blob: be40331f757da4e58aa423521a3c7542c2a2e45e [file] [log] [blame]
Greg Kroah-Hartman6f52b162017-11-01 15:08:43 +01001/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002#ifndef _PARISC_SIGINFO_H
3#define _PARISC_SIGINFO_H
4
Helge Dellere60fc5a2016-01-10 09:30:42 +01005#if defined(__LP64__)
6#define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int))
7#endif
8
Linus Torvalds1da177e2005-04-16 15:20:36 -07009#include <asm-generic/siginfo.h>
10
Eric W. Biedermanb5daf2b2017-07-31 22:25:01 -050011/*
12 * SIGFPE si_codes
13 */
14#ifdef __KERNEL__
15#define FPE_FIXME 0 /* Broken dup of SI_USER */
16#endif /* __KERNEL__ */
17
Linus Torvalds1da177e2005-04-16 15:20:36 -070018#endif