Changeset c56dbe0 in mainline for uspace/drv/uhci-hcd/main.c
- Timestamp:
- 2011-02-01T22:45:37Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5944244
- Parents:
- afcd86e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/main.c
rafcd86e rc56dbe0 1 1 /* 2 * Copyright (c) 201 0Vojtech Horky, Jan Vesely2 * Copyright (c) 2011 Vojtech Horky, Jan Vesely 3 3 * All rights reserved. 4 4 * … … 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 27 */ 28 /** @addtogroup usb 29 * @{ 30 */ 31 /** @file 32 * @brief UHCI driver 33 */ 28 34 #include <driver.h> 35 #include <usb_iface.h> 36 29 37 #include <errno.h> 30 #include <usb_iface.h>31 38 32 39 #include <usb/debug.h> … … 124 131 return driver_main(&uhci_driver); 125 132 } 133 /** 134 * @} 135 */
Note:
See TracChangeset
for help on using the changeset viewer.