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

Unified Diff: flash.h

Issue 6791005: Supports --ignore-fmap argument to skip parsing fmap structure on flash. (Closed) Base URL: ssh://gitrw.chromium.org:9222/flashrom.git@master
Patch Set: Created 9 years, 9 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 | « cli_mfg.c ('k') | flashrom.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: flash.h
diff --git a/flash.h b/flash.h
index 9a113d304c3d6c76d2d117cfc2c1bb165ee67054..bc5f1eec18cc890391fc9d700a54d1ebdcd87d06 100644
--- a/flash.h
+++ b/flash.h
@@ -250,6 +250,9 @@ int print(int type, const char *fmt, ...) __attribute__((format(printf, 2, 3)));
int cli_classic(int argc, char *argv[]);
int cli_mfg(int argc, char *argv[]);
+/* cli_mfg.c */
+extern int set_ignore_fmap;
+
/* layout.c */
int read_romlayout(char *name);
int add_fmap_entries(struct flashchip *flash);
« no previous file with comments | « cli_mfg.c ('k') | flashrom.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698