Changes in uspace/drv/uhci-hcd/uhci_hc.h [1387692:1fb1339] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/uhci_hc.h
r1387692 r1fb1339 83 83 84 84 typedef struct uhci_hc { 85 usb_device_keeper_t device_manager;85 device_keeper_t device_manager; 86 86 87 87 regs_t *registers; … … 109 109 void *regs, size_t reg_size, bool interupts); 110 110 111 int uhci_hc_schedule(uhci_hc_t *instance, usb_transfer_batch_t *batch);111 int uhci_hc_schedule(uhci_hc_t *instance, batch_t *batch); 112 112 113 113 void uhci_hc_interrupt(uhci_hc_t *instance, uint16_t status);
Note:
See TracChangeset
for help on using the changeset viewer.