siginfo.h 302 B

123456789101112131415161718
  1. /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
  2. /*
  3. * S390 version
  4. *
  5. * Derived from "include/asm-i386/siginfo.h"
  6. */
  7. #ifndef _S390_SIGINFO_H
  8. #define _S390_SIGINFO_H
  9. #ifdef __s390x__
  10. #define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int))
  11. #endif
  12. #include <asm-generic/siginfo.h>
  13. #endif