Changes in uspace/drv/bus/usb/uhci/hc.h [d57122c:f58ef61] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/hc.h
rd57122c rf58ef61 121 121 } hc_t; 122 122 123 size_t hc_irq_pio_range_count(void);124 123 size_t hc_irq_cmd_count(void); 125 int hc_get_irq_co de(irq_pio_range_t [], size_t, irq_cmd_t [], size_t, uintptr_t,126 size_t);124 int hc_get_irq_commands( 125 irq_cmd_t cmds[], size_t cmd_size, uintptr_t regs, size_t reg_size); 127 126 void hc_interrupt(hc_t *instance, uint16_t status); 128 127 int hc_init(hc_t *instance, void *regs, size_t reg_size, bool interupts);
Note:
See TracChangeset
for help on using the changeset viewer.