Changeset 8d2dd7f2 in mainline for uspace/drv/bus/usb/ehci/hw_struct
- Timestamp:
- 2017-05-13T19:03:14Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9c96634
- Parents:
- e48947e
- Location:
- uspace/drv/bus/usb/ehci/hw_struct
- Files:
-
- 5 edited
-
iso_transfer_descriptor.h (modified) (1 diff)
-
link_pointer.h (modified) (1 diff)
-
queue_head.h (modified) (1 diff)
-
split_iso_transfer_descriptor.h (modified) (1 diff)
-
transfer_descriptor.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ehci/hw_struct/iso_transfer_descriptor.h
re48947e r8d2dd7f2 35 35 #define DRV_EHCI_HW_STRUCT_ISO_TRANSFER_DESCRIPTOR_H 36 36 37 #include <s ys/types.h>37 #include <stdint.h> 38 38 #include "link_pointer.h" 39 39 -
uspace/drv/bus/usb/ehci/hw_struct/link_pointer.h
re48947e r8d2dd7f2 35 35 #define DRV_EHCI_HW_STRUCT_LINK_POINTER_H 36 36 37 #include <s ys/types.h>37 #include <stdint.h> 38 38 39 39 /** EHCI link pointer, used by many data structures */ -
uspace/drv/bus/usb/ehci/hw_struct/queue_head.h
re48947e r8d2dd7f2 36 36 37 37 #include <assert.h> 38 #include <s ys/types.h>38 #include <stdint.h> 39 39 #include <usb/host/endpoint.h> 40 40 #include <usb/host/utils/malloc32.h> -
uspace/drv/bus/usb/ehci/hw_struct/split_iso_transfer_descriptor.h
re48947e r8d2dd7f2 35 35 #define DRV_EHCI_HW_STRUCT_SPLIT_ISO_TRANSFER_DESCRIPTOR_H 36 36 37 #include <s ys/types.h>37 #include <stdint.h> 38 38 #include "link_pointer.h" 39 39 -
uspace/drv/bus/usb/ehci/hw_struct/transfer_descriptor.h
re48947e r8d2dd7f2 35 35 #define DRV_EHCI_HW_STRUCT_TRANSFER_DESCRIPTOR_H 36 36 37 #include <sys/types.h> 37 #include <stddef.h> 38 #include <stdint.h> 38 39 #include "link_pointer.h" 39 40 #include "mem_access.h"
Note:
See TracChangeset
for help on using the changeset viewer.
