Changes in uspace/lib/c/include/ddi.h [8049b79:9359aae] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ddi.h
r8049b79 r9359aae 130 130 } 131 131 132 extern int irq_register(int, int, int, irq_code_t *);132 extern int irq_register(int, int, int, const irq_code_t *); 133 133 extern int irq_unregister(int, int); 134 134
Note:
See TracChangeset
for help on using the changeset viewer.