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

#ifndef _SYS_SYSCALL_H
#define _SYS_SYSCALL_H

/* This header just forwards to the kernel API header Syscall.h. */
#include <moon/Syscall.h>
#undef enumerate_syscalls

#endif