mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-14 00:51:36 +08:00
4 lines
85 B
C
4 lines
85 B
C
#define VM_MEMATTR_DEFAULT 0
|
|
#define VM_MEMATTR_UNCACHEABLE 1
|
|
#define vtophys(a) (a)
|