GNU Linux-libre 4.14.328-gnu1
[releases.git] / arch / arm / include / asm / bugs.h
1 /*
2  *  Copyright (C) 1995-2003 Russell King
3  *
4  * This program is free software; you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License version 2 as
6  * published by the Free Software Foundation.
7  */
8 #ifndef __ASM_BUGS_H
9 #define __ASM_BUGS_H
10
11 extern void check_writebuffer_bugs(void);
12
13 #ifdef CONFIG_MMU
14 extern void check_other_bugs(void);
15 #else
16 #define check_other_bugs() do { } while (0)
17 #endif
18
19 #endif