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