mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-13 15:49:18 +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)
|