Changeset 8fc61c8 in mainline for uspace/drv/bus/usb/uhci/hw_struct
- Timestamp:
- 2015-07-03T04:00:22Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ce25903
- Parents:
- 45cbf897
- Location:
- uspace/drv/bus/usb/uhci/hw_struct
- Files:
-
- 2 edited
-
queue_head.h (modified) (1 diff)
-
transfer_descriptor.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/hw_struct/queue_head.h
r45cbf897 r8fc61c8 37 37 #include <assert.h> 38 38 #include <sys/types.h> 39 #include <usb/host/utils/malloc32.h> 39 40 40 41 #include "link_pointer.h" 41 42 #include "transfer_descriptor.h" 42 #include "../utils/malloc32.h"43 43 44 44 /** This structure is defined in UHCI design guide p. 31 */ -
uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.c
r45cbf897 r8fc61c8 38 38 #include <usb/debug.h> 39 39 #include <usb/usb.h> 40 #include <usb/host/utils/malloc32.h> 40 41 41 42 #include "link_pointer.h" 42 43 #include "transfer_descriptor.h" 43 #include "../utils/malloc32.h"44 44 45 45 /** Initialize Transfer Descriptor
Note:
See TracChangeset
for help on using the changeset viewer.
