Changes in uspace/lib/c/generic/irq.c [5a6cc679:a35b458] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/irq.c
r5a6cc679 ra35b458 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.