diff options
Diffstat (limited to 'include/asm-x86/bugs.h')
-rw-r--r-- | include/asm-x86/bugs.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-x86/bugs.h b/include/asm-x86/bugs.h new file mode 100644 index 000000000000..aac8317420af --- /dev/null +++ b/include/asm-x86/bugs.h @@ -0,0 +1,6 @@ +#ifndef _ASM_X86_BUGS_H +#define _ASM_X86_BUGS_H + +void check_bugs(void); + +#endif /* _ASM_X86_BUGS_H */ |