kprobes: improve kretprobe scalability with hashed locking
[linux-2.6/mini2440.git] / include / asm-sparc / siginfo.h
blob2c9fccf4ce18f65bccf3becbb1e110cc79057cc3
1 #ifndef ___ASM_SPARC_SIGINFO_H
2 #define ___ASM_SPARC_SIGINFO_H
3 #if defined(__sparc__) && defined(__arch64__)
4 #include <asm-sparc/siginfo_64.h>
5 #else
6 #include <asm-sparc/siginfo_32.h>
7 #endif
8 #endif