Changes in uspace/drv/ohci/hw_struct/hcca.h [109d55c:fd153d3] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ohci/hw_struct/hcca.h
r109d55c rfd153d3 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 */42 39 typedef struct hcca { 43 40 uint32_t int_ep[32];
Note:
See TracChangeset
for help on using the changeset viewer.