#ifndef JOVE_ABI_PERMISSION_H #define JOVE_ABI_PERMISSION_H 1 #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