Updated binary toolchain for kernel 2.4 target (gcc 4.2.4, binutils 2.20.1)
[tomato.git] / tools / brcm / K24 / hndtools-mipsel-uclibc-4.2.4 / include / asm-mips / bugs.h
blob78fd2a3d6fb93380c4ca4cea494457474e1cd503
1 /*
2 * This is included by init/main.c to check for architecture-dependent bugs.
4 * Needs:
5 * void check_bugs(void);
6 */
7 #ifndef __ASM_BUGS_H
8 #define __ASM_BUGS_H
10 extern void check_bugs(void);
12 #endif /* __ASM_BUGS_H */