aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/secvar.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/secvar.h b/include/secvar.h
index ec812b8..7652553 100644
--- a/include/secvar.h
+++ b/include/secvar.h
@@ -9,9 +9,10 @@
struct secvar;
struct secvar_storage_driver {
- int (*load_bank)(struct list_head *bank, int section);
- int (*write_bank)(struct list_head *bank, int section);
- int (*store_init)(void);
+ int (*load_bank)(struct list_head *bank, int section);
+ int (*write_bank)(struct list_head *bank, int section);
+ int (*store_init)(void);
+ void (*lockdown)(void);
uint64_t max_var_size;
};