Changes in uspace/lib/drv/generic/interrupt.c [7edfde9:8820544] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/generic/interrupt.c
r7edfde9 r8820544 44 44 #include "private/driver.h" 45 45 46 static irq_cmd_t default_cmds[] = { 47 { 48 .cmd = CMD_ACCEPT 49 } 50 }; 51 52 static const irq_code_t default_pseudocode = { 53 0, 54 NULL, 55 ARRAY_SIZE(default_cmds), 56 default_cmds 57 }; 58 46 59 int register_interrupt_handler(ddf_dev_t *dev, int irq, 47 60 interrupt_handler_t *handler, const irq_code_t *pseudocode)
Note:
See TracChangeset
for help on using the changeset viewer.