]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - arch/parisc/include/uapi/asm/siginfo.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[mirror_ubuntu-bionic-kernel.git] / arch / parisc / include / uapi / asm / siginfo.h
1 #ifndef _PARISC_SIGINFO_H
2 #define _PARISC_SIGINFO_H
3
4 #if defined(__LP64__)
5 #define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int))
6 #endif
7
8 #include <asm-generic/siginfo.h>
9
10 #endif