Changeset ae3a941 in mainline for uspace/lib/usbhost/include/usb/host/hcd.h
- Timestamp:
- 2018-02-26T16:51:40Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e773f58
- Parents:
- 3692678
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/hcd.h
r3692678 rae3a941 78 78 79 79 /** Generate IRQ code to handle interrupts. */ 80 int (*irq_code_gen)(irq_code_t *, hc_device_t *, const hw_res_list_parsed_t *, int *); 80 int (*irq_code_gen)(irq_code_t *, hc_device_t *, 81 const hw_res_list_parsed_t *, int *); 81 82 82 83 /** Claim device from BIOS. */ … … 100 101 101 102 /* Drivers should call this before leaving hc_add */ 102 static inline void hc_device_setup(hc_device_t *hcd, bus_t *bus) { 103 static inline void hc_device_setup(hc_device_t *hcd, bus_t *bus) 104 { 103 105 hcd->bus = bus; 104 106 }
Note:
See TracChangeset
for help on using the changeset viewer.