Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg...
[linux-2.6-block.git] / arch / x86 / um / shared / sysdep / stub.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
9b25fcbd
AV
2#include <asm/unistd.h>
3#include <sys/mman.h>
4#include <signal.h>
37185b33
AV
5#include <as-layout.h>
6#include <stub-data.h>
9b25fcbd 7
858ba944
AV
8#ifdef __i386__
9#include "stub_32.h"
10#else
11#include "stub_64.h"
12#endif
9b25fcbd
AV
13
14extern void stub_segv_handler(int, siginfo_t *, void *);
76ed9158 15extern void stub_syscall_handler(void);