aboutsummaryrefslogtreecommitdiff
path: root/include/secvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/secvar.h')
-rw-r--r--include/secvar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/secvar.h b/include/secvar.h
index db10395..2121027 100644
--- a/include/secvar.h
+++ b/include/secvar.h
@@ -36,6 +36,7 @@ struct secvar_backend_driver {
const char *compatible;
};
+extern struct secvar_storage_driver secboot_tpm_driver;
int secvar_main(struct secvar_storage_driver, struct secvar_backend_driver);