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