more debug output
[linux-2.4.git] / include / asm-cris / bugs.h
1 /*
2  *  include/asm-cris/bugs.h
3  *
4  *  Copyright (C) 2001, 2002, 2003 Axis Communications AB
5  */
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
14 static void check_bugs(void)
15 {
16 }
17
18
19
20