Changeset 109d55c in mainline for uspace/drv/ohci/hw_struct/hcca.h


Ignore:
Timestamp:
2011-05-30T20:19:48Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d754f59
Parents:
5da18c7
Message:

Code beautification

File:
1 edited

Legend:

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

    r5da18c7 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.