Changes in uspace/drv/uhci-hcd/hc.h [a1313b8c:62ed5bc] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/hc.h
ra1313b8c r62ed5bc 43 43 #include <usbhc_iface.h> 44 44 #include <usb/host/device_keeper.h> 45 #include <usb/host/bandwidth.h>46 45 47 46 #include "batch.h" … … 85 84 typedef struct hc { 86 85 usb_device_keeper_t manager; 87 bandwidth_t bandwidth;88 86 89 87 regs_t *registers;
Note:
See TracChangeset
for help on using the changeset viewer.