Changes in uspace/lib/c/include/ddi.h [dc5647e:4805495] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ddi.h
rdc5647e r4805495 47 47 #include <task.h> 48 48 49 #define DMAMEM_1MiB ((uintptr_t) UINT64_C(0xfffffffffff00000))50 49 #define DMAMEM_16MiB ((uintptr_t) UINT64_C(0xffffffffff000000)) 51 50 #define DMAMEM_4GiB ((uintptr_t) UINT64_C(0xffffffff00000000))
Note:
See TracChangeset
for help on using the changeset viewer.