Changeset 316 for GPL/branches/uniaud-2.0/include/irqos2.h
- Timestamp:
- Mar 24, 2008, 10:44:49 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud-2.0/include/irqos2.h
r63 r316 29 29 30 30 31 typedef int (NEAR * IRQHANDLER)(int, void *, struct pt_regs *); 31 typedef int irqreturn_t; 32 typedef irqreturn_t (*snd_irq_handler_t)(int, void *); 33 #define irq_handler_t snd_irq_handler_t 34 #undef irq_handler_t 35 #define irq_handler_t snd_irq_handler_t 32 36 33 37 typedef struct { 34 IRQHANDLERhandler;38 irq_handler_t handler; 35 39 ULONG x0; 36 40 char *x1;
Note:
See TracChangeset
for help on using the changeset viewer.