Changes in uspace/drv/bus/usb/uhci/hw_struct/queue_head.h [9d58539:8064c2f6] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/hw_struct/queue_head.h
r9d58539 r8064c2f6 34 34 #ifndef DRV_UHCI_HW_STRUCT_QH_H 35 35 #define DRV_UHCI_HW_STRUCT_QH_H 36 36 37 #include <assert.h> 38 #include <sys/types.h> 37 39 38 40 #include "link_pointer.h" … … 47 49 volatile link_pointer_t element; 48 50 } __attribute__((packed)) qh_t; 49 /*----------------------------------------------------------------------------*/ 51 50 52 /** Initialize queue head structure 51 53 * … … 61 63 instance->next = LINK_POINTER_TERM; 62 64 } 63 /*----------------------------------------------------------------------------*/ 65 64 66 /** Set queue head next pointer 65 67 * … … 81 83 } 82 84 } 83 /*----------------------------------------------------------------------------*/ 85 84 86 /** Set queue head element pointer 85 87 *
Note:
See TracChangeset
for help on using the changeset viewer.