MOXA linux-2.6.x / linux-2.6.19-uc1 from UC-7110-LX-BOOTLOADER-1.9_VERSION-4.2.tgz
[linux-2.6.19-moxart.git] / include / asm-nios2nommu / bugs.h
bloba0753ebd9ee4582aee7df64aae210115999e56ff
1 #ifndef __ASM_NIOS_BUGS_H
2 #define __ASM_NIOS_BUGS_H
4 /*--------------------------------------------------------------------
6 * include/asm-nios2nommu/bugs.h
8 * Derived from various works, Alpha, ix86, M68K, Sparc, ...et al
10 * Copyright (C) 1994 Linus Torvalds
11 * Copyright (C) 2004 Microtronix Datacom Ltd
13 * This program is free software; you can redistribute it and/or modify
14 * it under the terms of the GNU General Public License as published by
15 * the Free Software Foundation; either version 2 of the License, or
16 * (at your option) any later version.
18 * This program is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU General Public License for more details.
24 * Jan/20/2004 dgt NiosII
26 ---------------------------------------------------------------------*/
30 * This is included by init/main.c to check for architecture-dependent bugs.
32 * Needs:
33 * void check_bugs(void);
36 static void check_bugs(void)
40 #endif