bugs.h
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:0k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. /* $Id: bugs.h,v 1.2 2001/01/17 17:03:18 bjornw Exp $
  2.  *
  3.  *  include/asm-cris/bugs.h
  4.  *
  5.  *  Copyright (C) 2001 Axis Communications AB
  6.  */
  7. /*
  8.  * This is included by init/main.c to check for architecture-dependent bugs.
  9.  *
  10.  * Needs:
  11.  * void check_bugs(void);
  12.  */
  13. static void check_bugs(void)
  14. {
  15. }