Changeset 18b6a88 in mainline for uspace/drv/platform/malta
- Timestamp:
- 2018-04-15T09:35:04Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c1f44ca
- Parents:
- 8ebe212
- File:
-
- 1 edited
-
uspace/drv/platform/malta/malta.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/platform/malta/malta.c
r8ebe212 r18b6a88 239 239 ret = pio_enable((void *) GT_BASE, GT_SIZE, (void **) >); 240 240 if (ret != EOK) 241 return ret;241 return ret; 242 242 val = uint32_t_le2host(pio_read_32( 243 243 >[GT_PCI_CMD / sizeof(ioport32_t)]));
Note:
See TracChangeset
for help on using the changeset viewer.
