allow coexistance of N build and AC build.
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / include / asm-i386 / bugs.h
blobd28979ff73be325996f542852015e0076c32e274
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_I386_BUG_H
8 #define _ASM_I386_BUG_H
10 void check_bugs(void);
12 #endif /* _ASM_I386_BUG_H */