commit | 5621248d744a52a11ea927d7508d71cde44b63cd | [log] [tgz] |
---|---|---|
author | Szymon Starzycki <sstar@google.com> | Mon Aug 19 16:42:25 2013 -0700 |
committer | Colin Cross <ccross@android.com> | Wed Dec 04 15:00:51 2013 -0800 |
tree | 0f0c5af4390efe87cb1dc699075b220d22444ef1 | |
parent | b88fa3292d70f3a1e1512628f12cce87731ce160 [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