mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
8 lines
145 B
C
8 lines
145 B
C
#ifndef _ASM_X86_BUGS_H
|
|
#define _ASM_X86_BUGS_H
|
|
|
|
extern void check_bugs(void);
|
|
extern int ppro_with_ram_bug(void);
|
|
|
|
#endif /* _ASM_X86_BUGS_H */
|