2023-01-08 14:29:30 +00:00
|
|
|
/* sys/syscall.h: Syscall constants. */
|
2023-01-07 10:21:53 +00:00
|
|
|
|
2023-01-06 12:31:14 +00:00
|
|
|
#ifndef _SYS_SYSCALL_H
|
|
|
|
#define _SYS_SYSCALL_H
|
|
|
|
|
2023-08-23 12:35:21 +00:00
|
|
|
/* This header just forwards to the kernel API header Syscall.h. */
|
|
|
|
#include <moon/Syscall.h>
|
2023-01-08 14:29:30 +00:00
|
|
|
#undef enumerate_syscalls
|
2023-01-06 12:31:14 +00:00
|
|
|
|
|
|
|
#endif
|