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

Unified Diff: set.h

Issue 6611009: Add the nand device support for cbootimage tool. (Closed) Base URL: http://git.chromium.org/git/cbootimage.git@master
Patch Set: 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
« data_layout.c ('K') | « parse.c ('k') | set.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: set.h
diff --git a/set.h b/set.h
index 5706847c90d213b33d19378506e8d809b59d1523..e7ee055fcf327c69b2c96c50efc1d4a61346f215 100644
--- a/set.h
+++ b/set.h
@@ -71,6 +71,12 @@ set_other_field(build_image_context *context,
int index);
int
+set_nand_param(build_image_context *context,
+ u_int32_t index,
+ parse_token token,
+ u_int32_t value);
+
+int
set_sdmmc_param(build_image_context *context,
u_int32_t index,
parse_token token,
« data_layout.c ('K') | « parse.c ('k') | set.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698