summaryrefslogtreecommitdiffstats
path: root/fastbootd/commands/flash.h
diff options
context:
space:
mode:
Diffstat (limited to 'fastbootd/commands/flash.h')
-rw-r--r--fastbootd/commands/flash.h2
1 files changed, 2 insertions, 0 deletions
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 @@ static inline ssize_t read_data_once(int fd, char *buffer, ssize_t size) {
return readcount;
}
+int flash_validate_certificate(int signed_fd, int *data_fd);
+
#endif