/* sys/syscall.h: Syscall constants. */

#ifndef _SYS_SYSCALL_H
#define _SYS_SYSCALL_H

/* This header just forwards to luna/Syscall.h, which is used in the kernel as well. */
#include <luna/Syscall.h>
#undef enumerate_syscalls

#endif