10 lines
216 B
C
10 lines
216 B
C
/* sys/syscall.h: Defines syscall numbers. */
|
|
|
|
#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>
|
|
|
|
#endif
|