Changes in uspace/drv/uhci-hcd/iface.h [37ac7bb:17ceb72] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/iface.h
r37ac7bb r17ceb72 27 27 */ 28 28 29 /** @addtogroup usb29 /** @addtogroup drvusbuhcihc 30 30 * @{ 31 31 */ 32 32 /** @file 33 * @brief UHCI driver 33 * @brief UHCI driver iface 34 34 */ 35 35 #ifndef DRV_UHCI_IFACE_H … … 38 38 #include <usbhc_iface.h> 39 39 40 usbhc_iface_t uhci_iface;40 extern usbhc_iface_t uhci_hc_iface; 41 41 42 42 #endif
Note:
See TracChangeset
for help on using the changeset viewer.