Changes in uspace/drv/ohci/hw_struct/hcca.h [fd153d3:109d55c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ohci/hw_struct/hcca.h
rfd153d3 r109d55c 37 37 #include <stdint.h> 38 38 39 /** Host controller communication area. 40 * Shared memory used for communication between the controller and the driver. 41 */ 39 42 typedef struct hcca { 40 43 uint32_t int_ep[32];
Note:
See TracChangeset
for help on using the changeset viewer.