libpayload: export get_cbfs_header()
[coreboot.git] / payloads / libpayload / include / cbfs_core.h
index fbe0081517efe967b20fafb83c69fb7f9649b2a3..70368f8a7d812cb6fb16ddfc92f3d71a860365ca 100644 (file)
@@ -176,5 +176,6 @@ void *cbfs_find_file(const char *name, int type);
 
 /* returns 0 on success, -1 on failure */
 int cbfs_decompress(int algo, void *src, void *dst, int len);
+struct cbfs_header *get_cbfs_header(void);
 #endif