Luna/libc/include/sys/syscall.h

10 lines
216 B
C
Raw Normal View History

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