Changeset 3b60ea0 in mainline for uspace/drv/bus/usb/ehci
- Timestamp:
- 2018-01-31T16:36:51Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 98893ede
- Parents:
- 5595841
- Location:
- uspace/drv/bus/usb/ehci
- Files:
-
- 2 edited
-
ehci_batch.h (modified) (1 diff)
-
ehci_bus.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ehci/ehci_batch.h
r5595841 r3b60ea0 39 39 #include <stdbool.h> 40 40 #include <usb/host/usb_transfer_batch.h> 41 #include <usb/ host/dma_buffer.h>41 #include <usb/dma_buffer.h> 42 42 43 43 #include "hw_struct/queue_head.h" -
uspace/drv/bus/usb/ehci/ehci_bus.h
r5595841 r3b60ea0 40 40 #include <usb/host/usb2_bus.h> 41 41 #include <usb/host/endpoint.h> 42 #include <usb/ host/dma_buffer.h>42 #include <usb/dma_buffer.h> 43 43 44 44 #include "hw_struct/queue_head.h"
Note:
See TracChangeset
for help on using the changeset viewer.
