11 lines
236 B
C
11 lines
236 B
C
/* 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
|