commit | 5ccecfd26d2a7c3a79a139f0118b93ee64be4737 | [log] [tgz] |
---|---|---|
author | Szymon Starzycki <sstar@google.com> | Mon Aug 19 16:42:25 2013 -0700 |
committer | Szymon Starzycki <sstar@google.com> | Thu Sep 26 14:30:39 2013 -0700 |
tree | 3eef4b7e258b05b399f7f46c60ae70bd3cf1bd4f | |
parent | bc7cbfd4e35a143540d9971c788d62ceda934efd [diff] [blame] |
Fastbootd: flashing certification Change-Id: I564086908942463eebee69449d484ba03effc50e
diff --git a/fastbootd/utils.h b/fastbootd/utils.h index a553a25..bc4da25 100644 --- a/fastbootd/utils.h +++ b/fastbootd/utils.h
@@ -42,6 +42,7 @@ uint64_t get_file_size(int fd); uint64_t get_block_device_size(int fd); int wipe_block_device(int fd, int64_t len); +int create_temp_file(); #define ROUND_TO_PAGE(address,pagesize) ((address + pagesize - 1) & (~(pagesize - 1)))