Changeset 9600516 in mainline for uspace/drv/uhci/uhci_struct/frame_list.h
- Timestamp:
- 2011-01-21T16:49:47Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 643b983
- Parents:
- 1062c8d
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci/uhci_struct/frame_list.h
r1062c8d r9600516 32 32 * @brief UHCI driver 33 33 */ 34 #ifndef DRV_UHCI_ LINK_PTR_H35 #define DRV_UHCI_ LINK_PTR_H34 #ifndef DRV_UHCI_FRAME_LIST_H 35 #define DRV_UHCI_FRAME_LIST_H 36 36 37 #include " td_ptr.h"37 #include "link_pointer.h" 38 38 39 /** Links in Frame List */ 40 typedef td_ptr_t link_ptr_t; 39 #define UHCI_FRAME_LIST_COUNT 1024 41 40 41 typedef link_pointer_t frame_list_t[UHCI_FRAME_LIST_COUNT]; 42 42 #endif 43 43 /**
Note:
See TracChangeset
for help on using the changeset viewer.