From f004c1ade8d617a82cea2fe249434cccb47a2358 Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Tue, 19 Mar 2024 13:03:52 -0400 Subject: rename abi to sys. better memory allocation --- abi/permission.h | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 abi/permission.h (limited to 'abi/permission.h') diff --git a/abi/permission.h b/abi/permission.h deleted file mode 100644 index 10bc6a3..0000000 --- a/abi/permission.h +++ /dev/null @@ -1,8 +0,0 @@ -#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 -- cgit v1.2.1