ftrace: remove unneeded documentation
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / asm-sparc / siginfo.h
blob3c71af135c52c187a719f54c086014088c23a2d9
1 #ifndef _SPARC_SIGINFO_H
2 #define _SPARC_SIGINFO_H
4 #define __ARCH_SI_UID_T unsigned int
5 #define __ARCH_SI_TRAPNO
7 #include <asm-generic/siginfo.h>
9 #define SI_NOINFO 32767 /* no information in siginfo_t */
12 * SIGEMT si_codes
14 #define EMT_TAGOVF (__SI_FAULT|1) /* tag overflow */
15 #define NSIGEMT 1
17 #endif /* !(_SPARC_SIGINFO_H) */