| Index: include/lib/flashrom.h
|
| diff --git a/include/lib/flashrom.h b/include/lib/flashrom.h
|
| index 51d604d74ae2c1fc550e5833c436b42798cad42a..c4268c9ac6a8143a88f87dc5f9fc2eb611132e5a 100644
|
| --- a/include/lib/flashrom.h
|
| +++ b/include/lib/flashrom.h
|
| @@ -33,10 +33,10 @@ enum {
|
| FLASHROM_FAIL,
|
| };
|
|
|
| -int flashromRead(const char* tmp_file);
|
| +int flashromRead(const char* part_file, const char* full_file,
|
| + const char* partition_name);
|
|
|
| -int flashromPartialWrite(const char* tmp_file,
|
| - const off_t section_offset,
|
| - const size_t section_size);
|
| +int flashromPartialWrite(const char* part_file, const char* full_file,
|
| + const char* partition_name);
|
|
|
| #endif /* __LIB_FLASHROM_H__ */
|
|
|