X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=arch%2Fx86%2Finclude%2Fasm%2Fcoreboot_tables.h;h=268284f43c30745ad1634bdb801ba48309a86227;hb=04da42770b0cc3bea8841972bfc9568299ece826;hp=61de0077d72cfcd99b92ea3a131b8afa81a7c132;hpb=d4827fcd4c1b04c338e4019e412f495aa4231d24;p=platform%2Fkernel%2Fu-boot.git diff --git a/arch/x86/include/asm/coreboot_tables.h b/arch/x86/include/asm/coreboot_tables.h index 61de0077..268284f 100644 --- a/arch/x86/include/asm/coreboot_tables.h +++ b/arch/x86/include/asm/coreboot_tables.h @@ -343,4 +343,11 @@ void *high_table_malloc(size_t bytes); */ void write_coreboot_table(u32 addr, struct memory_area *cfg_tables); +/** + * locate_coreboot_table() - Try to find coreboot tables at standard locations + * + * @return address of table that was found, or -ve error number + */ +long locate_coreboot_table(void); + #endif