Changeset fc9f88d in mainline
- Timestamp:
- 2011-04-07T07:11:54Z (14 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
- Files:
-
- 2 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ohci/hc.h
r87305bb rfc9f88d 48 48 #include "ohci_regs.h" 49 49 #include "root_hub.h" 50 #include "hw_struct/hcca.h" 50 51 51 52 typedef struct hc { -
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.