Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/ohci/hw_struct/hcca.h

    rfd153d3 r109d55c  
    3737#include <stdint.h>
    3838
     39/** Host controller communication area.
     40 * Shared memory used for communication between the controller and the driver.
     41 */
    3942typedef struct hcca {
    4043        uint32_t int_ep[32];
Note: See TracChangeset for help on using the changeset viewer.