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
mfd: wm8350-i2c: Make sure the i2c regmap functions are compiled
[linux/fpc-iii.git]
/
arch
/
s390
/
include
/
uapi
/
asm
/
siginfo.h
blob
91fd3e4b70ce0decf20f6c22bbb8bf0338180b27
1
/*
2
* S390 version
3
*
4
* Derived from "include/asm-i386/siginfo.h"
5
*/
6
7
#ifndef _S390_SIGINFO_H
8
#define _S390_SIGINFO_H
9
10
#ifdef __s390x__
11
#define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int))
12
#endif
13
14
#include <asm-generic/siginfo.h>
15
16
#endif