diff options
Diffstat (limited to 'include/apos/syscalls.h')
| -rw-r--r-- | include/apos/syscalls.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/apos/syscalls.h b/include/apos/syscalls.h index 611765d..40e6504 100644 --- a/include/apos/syscalls.h +++ b/include/apos/syscalls.h @@ -38,6 +38,9 @@ enum { /** Request memory from anywhere. */ SYS_REQ_MEM, + /** Request physical page from ram. */ + SYS_REQ_PAGE, + /** Request memory with physical address. */ SYS_REQ_PMEM, |
