Changes in uspace/drv/bus/usb/usbhub/status.h [3e6a98c5:9d58539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhub/status.h
r3e6a98c5 r9d58539 34 34 #define HUB_STATUS_H 35 35 36 #include < stdbool.h>36 #include <bool.h> 37 37 #include <sys/types.h> 38 38 #include <usb/dev/request.h> … … 42 42 * should not be accessed directly, use supplied getter/setter methods. 43 43 * 44 * For more information refer to tables 11-15 and 11-16 in 45 * "Universal Serial Bus Specification Revision 1.1" pages 274 and 277 46 * (290 and 293 in pdf) 44 * For more information refer to table 11-15 in 45 * "Universal Serial Bus Specification Revision 1.1" 47 46 * 48 47 */
Note:
See TracChangeset
for help on using the changeset viewer.