- pre3:
[davej-history.git] / include / asm-arm / bugs.h
blob637d89c1ba4de0594ce7d9fee70e0b7561454efd
1 /*
2 * include/asm-arm/bugs.h
4 * Copyright (C) 1995 Russell King
5 */
6 #ifndef __ASM_BUGS_H
7 #define __ASM_BUGS_H
9 #include <asm/proc-fns.h>
11 #define check_bugs() cpu_check_bugs()
13 #endif