summaryrefslogtreecommitdiff
path: root/firmware/bdb/bdb_flag.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/bdb/bdb_flag.h')
-rw-r--r--firmware/bdb/bdb_flag.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/firmware/bdb/bdb_flag.h b/firmware/bdb/bdb_flag.h
new file mode 100644
index 00000000..45f57567
--- /dev/null
+++ b/firmware/bdb/bdb_flag.h
@@ -0,0 +1,12 @@
+/* Copyright 2016 The Chromium OS Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#ifndef VBOOT_REFERENCE_FIRMWARE_BDB_BDB_FLAG_H
+#define VBOOT_REFERENCE_FIRMWARE_BDB_BDB_FLAG_H
+
+/* Indicate whether kernel data key is verified */
+#define VBA_CONTEXT_FLAG_KERNEL_DATA_KEY_VERIFIED (1 << 0)
+
+#endif