Changes in uspace/drv/ehci-hcd/pci.h [0969e45e:40a5d40] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ehci-hcd/pci.h
r0969e45e r40a5d40 1 1 /* 2 * Copyright (c) 201 1Vojtech Horky2 * Copyright (c) 2010 Vojtech Horky 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup drvusb ehci29 /** @addtogroup drvusbuhci 30 30 * @{ 31 31 */ 32 32 /** @file 33 * PCI related functions needed by EHCI driver.33 * @brief UHCI driver 34 34 */ 35 #ifndef DRV_ EHCI_PCI_H36 #define DRV_ EHCI_PCI_H35 #ifndef DRV_UHCI_PCI_H 36 #define DRV_UHCI_PCI_H 37 37 38 38 #include <ddf/driver.h>
Note:
See TracChangeset
for help on using the changeset viewer.