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

Unified Diff: chipdrivers.h

Issue 6791015: Support variable-size SPI chip for dummy programmer. (Closed) Base URL: ssh://gitrw.chromium.org:9222/flashrom.git@master
Patch Set: refine according to code review Created 9 years, 8 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 | « no previous file | dummyflasher.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chipdrivers.h
diff --git a/chipdrivers.h b/chipdrivers.h
index fb251fed316b4fe595791bf7504f90f3800a9c1d..7e9fe8b08fa8c0de0d8934b0b43f5efbc152707c 100644
--- a/chipdrivers.h
+++ b/chipdrivers.h
@@ -137,4 +137,7 @@ int erase_sector_stm50flw0x0x(struct flashchip *flash, unsigned int block, unsig
int erase_chip_stm50flw0x0x(struct flashchip *flash, unsigned int addr, unsigned int blocklen);
int unlock_stm50flw0x0x(struct flashchip *flash);
+/* dummyflasher.c */
+int probe_variable_size(struct flashchip *flash);
+
#endif /* !__CHIPDRIVERS_H__ */
« no previous file with comments | « no previous file | dummyflasher.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698