Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / arch / x86 / um / shared / sysdep / stub.h
1 #include <asm/unistd.h>
2 #include <sys/mman.h>
3 #include <signal.h>
4 #include <as-layout.h>
5 #include <stub-data.h>
6
7 #ifdef __i386__
8 #include "stub_32.h"
9 #else
10 #include "stub_64.h"
11 #endif
12
13 extern void stub_segv_handler(int, siginfo_t *, void *);
14 extern void stub_clone_handler(void);