GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / frv / include / asm / siginfo.h
blob62c0d0e61b2a754eefbb06f65b333b0a2bc15887
1 #ifndef _ASM_SIGINFO_H
2 #define _ASM_SIGINFO_H
4 #include <linux/types.h>
5 #include <asm-generic/siginfo.h>
7 #define FPE_MDAOVF (__SI_FAULT|9) /* media overflow */
8 #undef NSIGFPE
9 #define NSIGFPE 9
11 #endif