Changeset af60409 in mainline for uspace/drv/bus/usb/ohci


Ignore:
Timestamp:
2018-03-26T20:04:11Z (8 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
eb748a0
Parents:
b752a31
Message:

Modify PADDn macros so that their use is easier to parse.

File:
1 edited

Legend:

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

    rb752a31 raf60409  
    5454        /** Frame number. */
    5555        uint16_t frame_number;
    56         PADD16;
     56        PADD16(1);
    5757        /** Pointer to the last completed TD. (useless) */
    5858        uint32_t done_head;
    5959        /** Padding to make the size 256B */
    60         PADD32[30];
     60        PADD32(30);
    6161} hcca_t;
    6262
Note: See TracChangeset for help on using the changeset viewer.