|
|
| File: [Development] / linux-2.4-xfs / include / asm-mips / bugs.h (download)
Revision 1.1, Wed Dec 31 00:54:49 2003 UTC (13 years, 9 months ago) by cattelan
Initial Import 2.4.24pre2 |
/* * This is included by init/main.c to check for architecture-dependent bugs. * * Needs: * void check_bugs(void); */ #ifndef __ASM_BUGS_H #define __ASM_BUGS_H extern void check_bugs(void); #endif /* __ASM_BUGS_H */