print the known cbfs types in cbfstool "usage"
[coreboot.git] / util / cbfstool / common.h
index e149444d380666440c99ef1cd9077a5ccd084fd6..eaf5e71f60d297656bd55b7346bf2eb141bf0588 100644 (file)
@@ -72,4 +72,6 @@ void print_cbfs_directory(const char *filename);
 uint32_t cbfs_find_location(const char *romfile, uint32_t filesize,
                            const char *filename, uint32_t align);
 
+void print_supported_filetypes(void);
+
 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))