summaryrefslogtreecommitdiffstats
path: root/abi/permission.h
blob: 10bc6a3748fad72113c541a362f111ac0d981322 (plain) (blame)
1
2
3
4
5
6
7
8
#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