Changeset 68e5406 in mainline for uspace/lib/usbhost/include/usb/host/ddf_helpers.h
- Timestamp:
- 2017-12-10T21:08:11Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4c6de4f
- Parents:
- dd8ab1c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/ddf_helpers.h
rdd8ab1c r68e5406 48 48 typedef void (*driver_fini_t)(hcd_t *); 49 49 typedef int (*claim_t)(ddf_dev_t *); 50 typedef int (*irq_code_gen_t)(irq_code_t *, const hw_res_list_parsed_t * );50 typedef int (*irq_code_gen_t)(irq_code_t *, const hw_res_list_parsed_t *, int *); 51 51 52 52 typedef struct { … … 75 75 const hw_res_list_parsed_t *hw_res, 76 76 interrupt_handler_t handler, 77 int (*gen_irq_code)(irq_code_t *, const hw_res_list_parsed_t * ),77 int (*gen_irq_code)(irq_code_t *, const hw_res_list_parsed_t *, int *), 78 78 cap_handle_t *handle); 79 79 void ddf_hcd_gen_irq_handler(ipc_call_t *call, ddf_dev_t *dev);
Note:
See TracChangeset
for help on using the changeset viewer.