]> asedeno.scripts.mit.edu Git - linux.git/blob - arch/arm/include/uapi/asm/siginfo.h
wil6210: rate limit wil_rx_refill error
[linux.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