]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - arch/x86/um/shared/sysdep/stub.h
um: get rid of pointless include "..." where include <...> will do
[mirror_ubuntu-zesty-kernel.git] / arch / x86 / um / shared / sysdep / stub.h
CommitLineData
9b25fcbd
AV
1#include <asm/unistd.h>
2#include <sys/mman.h>
3#include <signal.h>
37185b33
AV
4#include <as-layout.h>
5#include <stub-data.h>
9b25fcbd 6
858ba944
AV
7#ifdef __i386__
8#include "stub_32.h"
9#else
10#include "stub_64.h"
11#endif
9b25fcbd
AV
12
13extern void stub_segv_handler(int, siginfo_t *, void *);
14extern void stub_clone_handler(void);