mirror of
https://github.com/torvalds/linux.git
synced 2024-11-20 02:51:44 +00:00
9807f75955
Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Michael Kerrisk <mtk.manpages@gmail.com> Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Acked-by: Dave Jones <davej@redhat.com>
17 lines
239 B
C
17 lines
239 B
C
/*
|
|
* S390 version
|
|
*
|
|
* Derived from "include/asm-i386/siginfo.h"
|
|
*/
|
|
|
|
#ifndef _S390_SIGINFO_H
|
|
#define _S390_SIGINFO_H
|
|
|
|
#ifdef __s390x__
|
|
#define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int))
|
|
#endif
|
|
|
|
#include <asm-generic/siginfo.h>
|
|
|
|
#endif
|