URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [include/] [asm-mips/] [bugs.h] - Rev 1774
Go to most recent revision | Compare with Previous | Blame | View Log
/* * 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 */
Go to most recent revision | Compare with Previous | Blame | View Log