Changeset fc9f88d in mainline for uspace/drv/ohci/hw_struct
- Timestamp:
- 2011-04-07T07:11:54Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0aae4a6a
- Parents:
- 87305bb
- Location:
- uspace/drv/ohci/hw_struct
- Files:
-
- 2 added
- 3 edited
-
completion_codes.h (added)
-
endpoint_descriptor.h (modified) (1 diff)
-
hcca.h (added)
-
iso_transfer_descriptor.h (modified) (1 diff)
-
transfer_descriptor.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ohci/hw_struct/endpoint_descriptor.h
r87305bb rfc9f88d 32 32 * @brief OHCI driver 33 33 */ 34 #ifndef DRV_OHCI_ ENDPOINT_DESCRIPTOR_H35 #define DRV_OHCI_ ENDPOINT_DESCRIPTOR_H34 #ifndef DRV_OHCI_HW_STRUCT_ENDPOINT_DESCRIPTOR_H 35 #define DRV_OHCI_HW_STRUCT_ENDPOINT_DESCRIPTOR_H 36 36 37 37 #include <stdint.h> 38 39 #include "completion_codes.h" 38 40 39 41 typedef struct ed { -
uspace/drv/ohci/hw_struct/iso_transfer_descriptor.h
r87305bb rfc9f88d 32 32 * @brief OHCI driver 33 33 */ 34 #ifndef DRV_OHCI_ ISO_TRANSFER_DESCRIPTOR_H35 #define DRV_OHCI_ ISO_TRANSFER_DESCRIPTOR_H34 #ifndef DRV_OHCI_HW_STRUCT_ISO_TRANSFER_DESCRIPTOR_H 35 #define DRV_OHCI_HW_STRUCT_ISO_TRANSFER_DESCRIPTOR_H 36 36 37 37 #include <stdint.h> 38 39 #include "completion_codes.h" 38 40 39 41 typedef struct itd { -
uspace/drv/ohci/hw_struct/transfer_descriptor.h
r87305bb rfc9f88d 32 32 * @brief OHCI driver 33 33 */ 34 #ifndef DRV_OHCI_ TRANSFER_DESCRIPTOR_H35 #define DRV_OHCI_ TRANSFER_DESCRIPTOR_H34 #ifndef DRV_OHCI_HW_STRUCT_TRANSFER_DESCRIPTOR_H 35 #define DRV_OHCI_HW_STRUCT_TRANSFER_DESCRIPTOR_H 36 36 37 37 #include <stdint.h> 38 39 #include "completion_codes.h" 38 40 39 41 typedef struct td { … … 66 68 * @} 67 69 */ 68
Note:
See TracChangeset
for help on using the changeset viewer.
