siginfo.h 273 B

12345678910111213141516171819
  1. /*
  2. * include/asm-s390/siginfo.h
  3. *
  4. * S390 version
  5. *
  6. * Derived from "include/asm-i386/siginfo.h"
  7. */
  8. #ifndef _S390_SIGINFO_H
  9. #define _S390_SIGINFO_H
  10. #ifdef __s390x__
  11. #define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int))
  12. #endif
  13. #include <asm-generic/siginfo.h>
  14. #endif