Changeset af60409 in mainline for uspace/drv/bus/usb/ehci/ehci_regs.h


Ignore:
Timestamp:
2018-03-26T20:04:11Z (7 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/ehci/ehci_regs.h

    rb752a31 raf60409  
    4848typedef struct ehci_cap_regs {
    4949        const ioport8_t caplength;
    50         PADD8;
     50        PADD8(1);
    5151        const ioport16_t hciversion;
    5252        const ioport32_t hcsparams;
     
    126126#define USB_ASYNCLIST_MASK   0xfffffff0
    127127
    128         PADD32[9];
     128        PADD32(9);
    129129
    130130        ioport32_t configflag;
Note: See TracChangeset for help on using the changeset viewer.