2023-01-07 10:21:53 +00:00
|
|
|
/* sys/syscall.h: Defines syscall numbers. */
|
|
|
|
|
2023-01-06 12:31:14 +00:00
|
|
|
#ifndef _SYS_SYSCALL_H
|
|
|
|
#define _SYS_SYSCALL_H
|
|
|
|
|
2023-01-07 10:21:53 +00:00
|
|
|
/* This header just forwards to luna/Syscall.h, which is used in the kernel as well. */
|
2023-01-06 12:31:14 +00:00
|
|
|
#include <luna/Syscall.h>
|
|
|
|
|
|
|
|
#endif
|