]> Git Repo - linux.git/blame - include/asm-i386/bugs.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[linux.git] / include / asm-i386 / bugs.h
CommitLineData
1da177e4
LT
1/*
2 * This is included by init/main.c to check for architecture-dependent bugs.
3 *
4 * Needs:
5 * void check_bugs(void);
6 */
1353ebb4
JF
7#ifndef _ASM_I386_BUG_H
8#define _ASM_I386_BUG_H
1da177e4 9
57decbda 10void check_bugs(void);
1da177e4 11
1353ebb4 12#endif /* _ASM_I386_BUG_H */
This page took 0.323453 seconds and 4 git commands to generate.