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