summaryrefslogtreecommitdiff
path: root/firmware/include/vb2_sha.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/include/vb2_sha.h')
-rw-r--r--firmware/include/vb2_sha.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/firmware/include/vb2_sha.h b/firmware/include/vb2_sha.h
new file mode 100644
index 00000000..fe8b2aaf
--- /dev/null
+++ b/firmware/include/vb2_sha.h
@@ -0,0 +1,13 @@
+/* Copyright 2019 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.
+ *
+ * This header may be imported to expose vboot SHA implemenation.
+ */
+
+#ifndef VBOOT_REFERENCE_VB2_SHA_H_
+#define VBOOT_REFERENCE_VB2_SHA_H_
+
+#include "../2lib/include/2sha.h"
+
+#endif /* VBOOT_REFERENCE_VB2_SHA_H_ */