Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1087)

Unified Diff: utility/include/bmpblk_util.h

Issue 6508006: Enable EFIv1 compression in bmpbklk_utility. (Closed) Base URL: http://git.chromium.org/git/vboot_reference.git@master
Patch Set: Added tests, updated copyrights, moved bmpblk_util.h as suggested. Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « utility/efidecompress.c ('k') | utility/include/bmpblk_utility.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utility/include/bmpblk_util.h
diff --git a/utility/include/bmpblk_util.h b/utility/include/bmpblk_util.h
index 6a2f92bc8948fddafe11e7458bfa74c42f2e06b9..c8caf1fccaf6452fa4887ac35a65ae670f19f236 100644
--- a/utility/include/bmpblk_util.h
+++ b/utility/include/bmpblk_util.h
@@ -7,7 +7,7 @@
#include "bmpblk_header.h"
-int display_bmpblock(const char *infile);
-int extract_bmpblock(const char *infile, const char *dirname, int force);
+int dump_bmpblock(const char *infile, int show_as_yaml,
+ const char *todir, int overwrite);
#endif // VBOOT_REFERENCE_BMPBLK_UTIL_H_
« no previous file with comments | « utility/efidecompress.c ('k') | utility/include/bmpblk_utility.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698