repo.or.cz
/
linux-2.6
/
mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
include/asm-xtensa/io.h must #include <asm/page.h>
[linux-2.6/mini2440.git]
/
include
/
asm-i386
/
bugs.h
blob
d28979ff73be325996f542852015e0076c32e274
1
/*
2
* This is included by init/main.c to check for architecture-dependent bugs.
3
*
4
* Needs:
5
* void check_bugs(void);
6
*/
7
#ifndef _ASM_I386_BUG_H
8
#define _ASM_I386_BUG_H
9
10
void
check_bugs
(
void
);
11
12
#endif
/* _ASM_I386_BUG_H */