Changeset 60744cb in mainline for uspace/lib/drv/generic
- Timestamp:
- 2024-05-17T17:51:56Z (14 months ago)
- Branches:
- master
- Children:
- 1801005
- Parents:
- 646849b3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/generic/interrupt.c
r646849b3 r60744cb 44 44 45 45 errno_t register_interrupt_handler(ddf_dev_t *dev, int irq, 46 interrupt_handler_t *handler, const irq_code_t *irq_code,47 cap_irq_handle_t *handle)48 {49 return async_irq_subscribe(irq, (async_notification_handler_t) handler,50 dev, irq_code, handle);51 }52 53 errno_t register_interrupt_handler_arg(ddf_dev_t *dev, int irq,54 46 interrupt_handler_t *handler, void *arg, const irq_code_t *irq_code, 55 47 cap_irq_handle_t *handle)
Note:
See TracChangeset
for help on using the changeset viewer.