/arch/s390/include/asm/siginfo.h

https://bitbucket.org/ndreys/linux-sunxi · C++ Header · 18 lines · 7 code · 4 blank · 7 comment · 0 complexity · f9ef515247d52f3f691ccff252709f5f MD5 · raw file

  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