]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/x86/include/asm/u-boot-x86.h
x86: ivybridge: Implement SDRAM init
[people/ms/u-boot.git] / arch / x86 / include / asm / u-boot-x86.h
index 0399417e4094685bb05731945e019b0531021361..98217dd615ff3ea9661c7cb0ce78c4f68bef9a36 100644 (file)
@@ -70,4 +70,6 @@ static inline __attribute__((no_instrument_function)) uint64_t rdtsc(void)
 void timer_set_tsc_base(uint64_t new_base);
 uint64_t timer_get_tsc(void);
 
+void quick_ram_check(void);
+
 #endif /* _U_BOOT_I386_H_ */