kernel: refactor syscall dispatch system
This commit is contained in:
@@ -15,6 +15,6 @@ extern kern_status_t sys_vm_object_create(
|
||||
enum vm_prot prot,
|
||||
kern_handle_t *out_handle);
|
||||
|
||||
extern virt_addr_t syscall_get_func(unsigned int sysid);
|
||||
extern virt_addr_t syscall_get_function(unsigned int sysid);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user