Changeset a8e98498 in mainline for uspace/drv/ehci-hcd/main.c
- Timestamp:
- 2011-03-08T15:12:59Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0c0f5a5d, d2fc1c2, f8c190e
- Parents:
- ec4538d (diff), bc1c6fb (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ehci-hcd/main.c
rec4538d ra8e98498 1 1 /* 2 * Copyright (c) 2011 Vojtech Horky, Jan Vesely 2 * Copyright (c) 2011 Jan Vesely 3 * Copyright (c) 2011 Vojtech Horky 3 4 * All rights reserved. 4 5 * … … 26 27 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 28 */ 28 /** @addtogroup usb 29 /** @addtogroup usbdrvehci 29 30 * @{ 30 31 */ 31 32 /** @file 32 * @brief UHCI driver33 * Main routines of EHCI driver. 33 34 */ 34 35 #include <ddf/driver.h>
Note:
See TracChangeset
for help on using the changeset viewer.