diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/include/cpu/x86/bist.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/cpu/x86/bist.h b/src/include/cpu/x86/bist.h index ed40ded686..9535e69781 100644 --- a/src/include/cpu/x86/bist.h +++ b/src/include/cpu/x86/bist.h @@ -1,6 +1,8 @@ #ifndef CPU_X86_BIST_H #define CPU_X86_BIST_H +#include <console/console.h> + static inline void report_bist_failure(u32 bist) { if (bist != 0) { |