Changeset 2dbfe44 in mainline for uspace/drv/bus/usb/ohci/hw_struct
- Timestamp:
- 2015-07-04T01:57:38Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b5f813c
- Parents:
- d51ba359
- Location:
- uspace/drv/bus/usb/ohci/hw_struct
- Files:
-
- 3 edited
-
endpoint_descriptor.c (modified) (1 diff)
-
endpoint_descriptor.h (modified) (1 diff)
-
transfer_descriptor.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.c
rd51ba359 r2dbfe44 38 38 39 39 #include <usb/usb.h> 40 #include <usb/host/utils/malloc32.h> 40 41 41 #include "../utils/malloc32.h"42 42 #include "mem_access.h" 43 43 -
uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h
rd51ba359 r2dbfe44 40 40 41 41 #include <usb/host/endpoint.h> 42 43 #include "../utils/malloc32.h" 42 #include <usb/host/utils/malloc32.h> 43 44 44 #include "transfer_descriptor.h" 45 45 -
uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.c
rd51ba359 r2dbfe44 37 37 38 38 #include <usb/usb.h> 39 #include <usb/host/utils/malloc32.h> 39 40 40 #include "../utils/malloc32.h"41 41 #include "completion_codes.h" 42 42 #include "mem_access.h"
Note:
See TracChangeset
for help on using the changeset viewer.
