My Kernel v0.1.0
syscalls.h
1
23#ifndef KERNEL_ARCH_I686_SYSCALLS_H
24#define KERNEL_ARCH_I686_SYSCALLS_H
25
26#include <uapi/arch/i686/syscalls.h>
27
28#endif /* KERNEL_ARCH_I684_SYSCALLS_H */
29