Changes in uspace/lib/c/generic/irq.c [a35b458:5a6cc679] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/irq.c
ra35b458 r5a6cc679 68 68 if (ucode == NULL) 69 69 ucode = &default_ucode; 70 70 71 71 return (errno_t) __SYSCALL4(SYS_IPC_IRQ_SUBSCRIBE, inr, method, (sysarg_t) ucode, 72 72 (sysarg_t) out_handle);
Note:
See TracChangeset
for help on using the changeset viewer.