summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/machine
diff options
context:
space:
mode:
authorVijay Kumar Banerjee <vijaykumar9597@gmail.com>2019-07-18 14:26:26 +0530
committerChristian Mauderer <oss@c-mauderer.de>2019-07-27 13:49:07 +0200
commitb68ca55c964cac5a6940e27f2880ee740cb1618a (patch)
treeb2611e6b76b74b788be08eddf90baf830b8b0e17 /rtemsbsd/include/machine
parentEPOCH(9): Add epoch_drain_callbacks() (diff)
downloadrtems-libbsd-b68ca55c964cac5a6940e27f2880ee740cb1618a.tar.bz2
Add mmap
Diffstat (limited to 'rtemsbsd/include/machine')
-rw-r--r--rtemsbsd/include/machine/vm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/rtemsbsd/include/machine/vm.h b/rtemsbsd/include/machine/vm.h
index e69de29b..351b7472 100644
--- a/rtemsbsd/include/machine/vm.h
+++ b/rtemsbsd/include/machine/vm.h
@@ -0,0 +1,2 @@
+#define VM_MEMATTR_DEFAULT 0
+#define VM_MEMATTR_UNCACHEABLE 1