/* * sys/syscall.h * * Generic system call interface macros */ #ifndef _SYS_SYSCALL_H #define _SYS_SYSCALL_H #include #include #include /* Many architectures have incomplete, defective or non-applicable syscall macros */ #include #endif /* _SYS_SYSCALL_H */