Changeset 7ee7e6a in mainline for uspace/lib/c/include/ddi.h
- Timestamp:
- 2017-05-15T21:24:35Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- adc68de
- Parents:
- 0e7c3d9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ddi.h
r0e7c3d9 r7ee7e6a 37 37 38 38 #include <stdbool.h> 39 #include <sys/types.h> 39 #include <stddef.h> 40 #include <stdint.h> 40 41 #include <sys/time.h> 41 42 #include <abi/ddi/irq.h> … … 47 48 #define DMAMEM_16MiB ((uintptr_t) UINT64_C(0xffffffffff000000)) 48 49 #define DMAMEM_4GiB ((uintptr_t) UINT64_C(0xffffffff00000000)) 50 51 typedef volatile uint8_t ioport8_t; 52 typedef volatile uint16_t ioport16_t; 53 typedef volatile uint32_t ioport32_t; 49 54 50 55 extern int device_assign_devno(void);
Note:
See TracChangeset
for help on using the changeset viewer.