netfilter: nf_tables: remove nft_af_info.
[linux-2.6-microblaze.git] / arch / arm / include / uapi / asm / siginfo.h
1 #ifndef __ASM_SIGINFO_H
2 #define __ASM_SIGINFO_H
3
4 #include <asm-generic/siginfo.h>
5
6 /*
7  * SIGFPE si_codes
8  */
9 #ifdef __KERNEL__
10 #define FPE_FIXME       0       /* Broken dup of SI_USER */
11 #endif /* __KERNEL__ */
12
13 #endif