home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / include / asm-ia64 / bugs.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-08-11  |  397 b   |  20 lines

  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.  * Based on <asm-alpha/bugs.h>.
  8.  *
  9.  * Modified 1998, 1999, 2003
  10.  *    David Mosberger-Tang <davidm@hpl.hp.com>,  Hewlett-Packard Co.
  11.  */
  12. #ifndef _ASM_IA64_BUGS_H
  13. #define _ASM_IA64_BUGS_H
  14.  
  15. #include <asm/processor.h>
  16.  
  17. extern void check_bugs (void);
  18.  
  19. #endif /* _ASM_IA64_BUGS_H */
  20.