Changeset 2b11c3c in mainline for uspace/drv/intctl/obio/obio.h
- Timestamp:
- 2017-10-31T19:17:10Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f834dd81
- Parents:
- 48adf0f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/intctl/obio/obio.h
r48adf0f r2b11c3c 47 47 /** OBIO */ 48 48 typedef struct { 49 ioport32_t *regs;49 volatile uint64_t *regs; 50 50 uintptr_t phys_base; 51 51 ddf_dev_t *dev;
Note:
See TracChangeset
for help on using the changeset viewer.