bugs.h
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:0k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  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_BUGS_H
  8. #define __ASM_BUGS_H
  9. extern void check_bugs(void);
  10. #endif /* __ASM_BUGS_H */