Changeset 2b11c3c in mainline for uspace/drv/intctl/obio/obio.h


Ignore:
Timestamp:
2017-10-31T19:17:10Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f834dd81
Parents:
48adf0f
Message:

OBIO should not store base address in a global variable.

File:
1 edited

Legend:

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

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