Linux-2.6.12-rc2
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / asm-ia64 / bugs.h
blob433523e3b2ed9404cfd0c6a7ed61a642928170d8
1 /*
2 * This is included by init/main.c to check for architecture-dependent bugs.
4 * Needs:
5 * void check_bugs(void);
7 * Based on <asm-alpha/bugs.h>.
9 * Modified 1998, 1999, 2003
10 * David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co.
12 #ifndef _ASM_IA64_BUGS_H
13 #define _ASM_IA64_BUGS_H
15 #include <asm/processor.h>
17 extern void check_bugs (void);
19 #endif /* _ASM_IA64_BUGS_H */