]> pilppa.org Git - linux-2.6-omap-h63xx.git/blob - include/asm-i386/bugs.h
Merge branch 'audit.b38' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit...
[linux-2.6-omap-h63xx.git] / include / asm-i386 / bugs.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 */