aboutsummaryrefslogtreecommitdiff
path: root/libstb/secureboot.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstb/secureboot.h')
-rw-r--r--libstb/secureboot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstb/secureboot.h b/libstb/secureboot.h
index ea97ed7..8506ea0 100644
--- a/libstb/secureboot.h
+++ b/libstb/secureboot.h
@@ -24,6 +24,7 @@
enum secureboot_version {
IBM_SECUREBOOT_V1,
+ IBM_SECUREBOOT_SOFTROM,
};
bool secureboot_is_compatible(struct dt_node *node, int *version, const char **compat);