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/commands/flash.h b/fastbootd/commands/flash.h index 8ffd688..86dc811 100644 --- a/fastbootd/commands/flash.h +++ b/fastbootd/commands/flash.h
@@ -58,5 +58,7 @@ return readcount; } +int flash_validate_certificate(int signed_fd, int *data_fd); + #endif