aboutsummaryrefslogtreecommitdiff
path: root/gen_constants-inl.h
blob: 8efd4f65914178c2528d61e319478a6368a74fd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#if defined(__i386__) || defined(__x86_64__)
#include <asm/prctl.h>
#endif // __i386__ || __x86_64__
#include <errno.h>
#include <fcntl.h>
#include <linux/prctl.h>
#include <linux/sched.h>
#include <linux/serial.h>
#include <linux/termios.h>
#include <stddef.h>
#include <signal.h>
#include <sys/mman.h>
#include <sys/resource.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/types.h>