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

Side by Side 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, 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /** 1 /**
2 * Copyright (c) 2011 NVIDIA Corporation. All rights reserved. 2 * Copyright (c) 2011 NVIDIA Corporation. All rights reserved.
3 * 3 *
4 * See file CREDITS for list of people who contributed to this 4 * See file CREDITS for list of people who contributed to this
5 * project. 5 * project.
6 * 6 *
7 * This program is free software; you can redistribute it and/or 7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License as 8 * modify it under the terms of the GNU General Public License as
9 * published by the Free Software Foundation; either version 2 of 9 * published by the Free Software Foundation; either version 2 of
10 * the License, or (at your option) any later version. 10 * the License, or (at your option) any later version.
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 46
47 void 47 void
48 read_bct_file(struct build_image_context_rec *context); 48 read_bct_file(struct build_image_context_rec *context);
49 49
50 int 50 int
51 update_addon_item(struct build_image_context_rec *context); 51 update_addon_item(struct build_image_context_rec *context);
52 52
53 int 53 int
54 write_block_raw(struct build_image_context_rec *context); 54 write_block_raw(struct build_image_context_rec *context);
55 55
56 int
57 begin_update(build_image_context *context);
58
56 #endif /* #ifndef INCLUDED_DATA_LAYOUT_H */ 59 #endif /* #ifndef INCLUDED_DATA_LAYOUT_H */
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698