repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ARM: OMAP2+: Prepare to move GPMC to drivers by platform data header
[linux/fpc-iii.git]
/
arch
/
x86
/
um
/
shared
/
sysdep
/
stub.h
blob
3f55e5bd3cecd8e669a5b5af7c47babbe893da31
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
);