opuntiaOS - an operating system targeting x86 and ARMv7
at master 451 B view raw
1#ifndef _KERNEL_LIBKERN_SYSCALL_STRUCTS_H 2#define _KERNEL_LIBKERN_SYSCALL_STRUCTS_H 3 4#include <libkern/bits/fcntl.h> 5#include <libkern/bits/sys/ioctls.h> 6#include <libkern/bits/sys/mman.h> 7#include <libkern/bits/sys/select.h> 8#include <libkern/bits/sys/socket.h> 9#include <libkern/bits/sys/stat.h> 10#include <libkern/bits/sys/utsname.h> 11#include <libkern/bits/syscalls.h> 12#include <libkern/bits/thread.h> 13 14#endif /* _KERNEL_LIBKERN_SYSCALL_STRUCTS_H */