/* * This is included by init/main.c to check for architecture-dependent bugs. * * Needs: * void check_bugs(void); * * Based on . * * Modified 1998, 1999, 2003 * David Mosberger-Tang , Hewlett-Packard Co. */ #ifndef _ASM_IA64_BUGS_H #define _ASM_IA64_BUGS_H #include extern void check_bugs (void); #endif /* _ASM_IA64_BUGS_H */