Changeset 6bb83c7 in mainline for uspace/lib/usb/include
- Timestamp:
- 2011-02-20T21:33:03Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 070f11e, 62066b4
- Parents:
- 50ba203
- Location:
- uspace/lib/usb/include/usb
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/include/usb/classes/hub.h
r50ba203 r6bb83c7 1 1 /* 2 * Copyright (c) 2010 Vojtech Horky2 * Copyright (c) 2010 Matus Dekanek 3 3 * All rights reserved. 4 4 * … … 33 33 * @brief USB hub related structures. 34 34 */ 35 #ifndef LIBUSB_ HUB_H_36 #define LIBUSB_ HUB_H_35 #ifndef LIBUSB_CLASS_HUB_H_ 36 #define LIBUSB_CLASS_HUB_H_ 37 37 38 38 #include <sys/types.h> -
uspace/lib/usb/include/usb/hub.h
r50ba203 r6bb83c7 39 39 #include <usb/usbdevice.h> 40 40 41 41 42 /** Info about device attached to host controller. 42 43 *
Note:
See TracChangeset
for help on using the changeset viewer.