diff options
Diffstat (limited to 'arch/x86_64/syscall')
-rw-r--r-- | arch/x86_64/syscall/invoke-untyped-retype.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/x86_64/syscall/invoke-untyped-retype.c b/arch/x86_64/syscall/invoke-untyped-retype.c new file mode 100644 index 0000000..4db91b9 --- /dev/null +++ b/arch/x86_64/syscall/invoke-untyped-retype.c @@ -0,0 +1,9 @@ +#include <object.h> +#include <error.h> + +int +ko_untyped_retype_memory_mapping( + objdir_entry_t *target) +{ + +} |