siginfo.h 193 B

12345678910111213
  1. #ifndef __SPARC_SIGINFO_H
  2. #define __SPARC_SIGINFO_H
  3. #include <uapi/asm/siginfo.h>
  4. #ifdef CONFIG_COMPAT
  5. struct compat_siginfo;
  6. #endif /* CONFIG_COMPAT */
  7. #endif /* !(__SPARC_SIGINFO_H) */