summaryrefslogtreecommitdiffstats
path: root/abi/permission.h
diff options
context:
space:
mode:
Diffstat (limited to 'abi/permission.h')
-rw-r--r--abi/permission.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/abi/permission.h b/abi/permission.h
index 5ca56e0..10bc6a3 100644
--- a/abi/permission.h
+++ b/abi/permission.h
@@ -1,6 +1,8 @@
#ifndef JOVE_ABI_PERMISSION_H
#define JOVE_ABI_PERMISSION_H 1
-#define PERM_MEMSRV 0
+#define PERM_MEM_PD 1 /* Permission to write to any PD. */
+#define PERM_MEM_MAP 2 /* Permission to map physical pages. */
+#define PERM_MEM_ALLOC 4 /* Permission to allocate and free physical memory.*/
#endif