diff options
Diffstat (limited to 'include/arch/x86_64/syscall.h')
-rw-r--r-- | include/arch/x86_64/syscall.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/include/arch/x86_64/syscall.h b/include/arch/x86_64/syscall.h index 2d5060e..e470537 100644 --- a/include/arch/x86_64/syscall.h +++ b/include/arch/x86_64/syscall.h @@ -4,13 +4,11 @@ /**@ENUM mapping invokes*/ enum { - /*[target path][u8 funcid]*/ - INVOKE_MAPPING_RELEASE = 0, - /*[target path][u8 funcid][u16 pmli][dest path]*/ - INVOKE_MAPPING_GET, - /*[target path][u8 funcid][u16 pmli][untyped path][u64 flags]*/ + /*[target path][u8 funcid][u8 depth][u16*depth pmli]*/ + INVOKE_MAPPING_EXISTS = 0, + /*[target path][u8 funcid][u8 depth][u16*depth pmli][untyped path][u64 flags]*/ INVOKE_MAPPING_MAP, - /*[target path][u8 funcid][u16 pmli][mapped path]*/ + /*[target path][u8 funcid][u8 depth][u16*depth pmli][dest path]*/ INVOKE_MAPPING_UNMAP }; |