]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - include/asm-x86/bugs_32.h
i386/x86_64: move headers to include/asm-x86
[karo-tx-linux.git] / include / asm-x86 / bugs_32.h
1 /*
2  * This is included by init/main.c to check for architecture-dependent bugs.
3  *
4  * Needs:
5  *      void check_bugs(void);
6  */
7 #ifndef _ASM_I386_BUG_H
8 #define _ASM_I386_BUG_H
9
10 void check_bugs(void);
11
12 #endif  /* _ASM_I386_BUG_H */