Changeset d7dfa05 in mainline for kernel/generic/src/ipc/irq.c
- Timestamp:
- 2019-06-20T14:07:25Z (6 years ago)
- Children:
- 5acf533
- Parents:
- 64b7854
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/irq.c
r64b7854 rd7dfa05 223 223 * 224 224 */ 225 static irq_code_t *code_from_uspace(uspace_ptr (irq_code_t)ucode)225 static irq_code_t *code_from_uspace(uspace_ptr_irq_code_t ucode) 226 226 { 227 227 irq_pio_range_t *ranges = NULL; … … 323 323 */ 324 324 errno_t ipc_irq_subscribe(answerbox_t *box, inr_t inr, sysarg_t imethod, 325 uspace_ptr (irq_code_t) ucode, uspace_ptr(cap_irq_handle_t)uspace_handle)325 uspace_ptr_irq_code_t ucode, uspace_ptr_cap_irq_handle_t uspace_handle) 326 326 { 327 327 if ((inr < 0) || (inr > last_inr))
Note:
See TracChangeset
for help on using the changeset viewer.