Changes in uspace/drv/ohci/iface.h [53f1c87:bab71635] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ohci/iface.h
r53f1c87 rbab71635 33 33 * Common OHCI definitions. 34 34 */ 35 #ifndef DRV_OHCI_ IFACE_H36 #define DRV_OHCI_ IFACE_H35 #ifndef DRV_OHCI_OHCI_H 36 #define DRV_OHCI_OHCI_H 37 37 38 38 #include <usbhc_iface.h> 39 40 #define NAME "ohci" 39 41 40 42 extern usbhc_iface_t hc_iface;
Note:
See TracChangeset
for help on using the changeset viewer.