Revision 408d3258f99458f2dabcb1aa33918250e4864f00 authored by Ralf Baechle on 30 October 2006, 14:19:37 UTC, committed by Ralf Baechle on 30 October 2006, 21:41:29 UTC
I wonder if the original contributor still cares ...

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
1 parent 6ceb6d3
Raw File
siginfo.h
/*
 *  include/asm-s390/siginfo.h
 *
 *  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
back to top