Newer
Older
honey-os / src / kernel / include / syscall.h
@biosfood biosfood on 12 Jun 2022 143 bytes clean up syscall code
#ifndef SYSCALL_H
#define SYSCALL_H

#include <syscalls.h>

extern void setupSyscalls();

extern void (*syscallHandlers[])(Syscall *);

#endif