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

Unified Diff: data_layout.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
Index: data_layout.h
diff --git a/data_layout.h b/data_layout.h
index 58ed9c0321e61a86c53d59fd7628bc32ad3dfe60..1513183553a5dbb05ec448890048b1cecae96a32 100644
--- a/data_layout.h
+++ b/data_layout.h
@@ -53,4 +53,7 @@ update_addon_item(struct build_image_context_rec *context);
int
write_block_raw(struct build_image_context_rec *context);
+int
+begin_update(build_image_context *context);
+
#endif /* #ifndef INCLUDED_DATA_LAYOUT_H */

Powered by Google App Engine
This is Rietveld 408576698