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