| OLD | NEW |
| 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 Loading... |
| 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 */ |
| OLD | NEW |