This website requires JavaScript.
Explore
Help
Sign In
UbiquitousOS
/
OpenCloudOS-Kernel
mirror of
https://gitee.com/OpenCloudOS/OpenCloudOS-Kernel.git
Watch
11
Star
0
Fork
You've already forked OpenCloudOS-Kernel
0
Code
Issues
Projects
Releases
Wiki
Activity
1b46cbe0cc
OpenCloudOS-Kernel
/
include
/
asm-x86
/
bugs.h
7 lines
102 B
C
Raw
Normal View
History
Unescape
Escape
x86: unify some more trivial include/asm-x86/ 32/64 variants Scripted unification. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2007-10-15 19:57:47 +08:00
#
ifndef _ASM_X86_BUGS_H
#
define _ASM_X86_BUGS_H
void
check_bugs
(
void
)
;
#
endif
/* _ASM_X86_BUGS_H */