Changeset d0cbfd3 in mainline for uspace/drv/intctl/obio/obio.h


Ignore:
Timestamp:
2017-11-01T20:34:04Z (6 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
aad43a8
Parents:
aa537a5a
Message:

Use proper PIO and ioport64_t interfaces in obio

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/intctl/obio/obio.h

    raa537a5a rd0cbfd3  
    4747/** OBIO */
    4848typedef struct {
    49         volatile uint64_t *regs;
     49        ioport64_t *regs;
    5050        uintptr_t phys_base;
    5151        ddf_dev_t *dev;
Note: See TracChangeset for help on using the changeset viewer.