Changes in uspace/lib/c/include/ipc/irq.h [8d2dd7f2:cf13b17] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/irq.h
r8d2dd7f2 rcf13b17 36 36 #define LIBC_IPC_IRQ_H_ 37 37 38 #include < libarch/types.h>38 #include <types/common.h> 39 39 #include <abi/ddi/irq.h> 40 40 41 extern int ipc_irq_subscribe(int, int,sysarg_t, const irq_code_t *);42 extern int ipc_irq_unsubscribe(int , int);41 extern int ipc_irq_subscribe(int, sysarg_t, const irq_code_t *); 42 extern int ipc_irq_unsubscribe(int); 43 43 44 44 #endif
Note:
See TracChangeset
for help on using the changeset viewer.