summaryrefslogtreecommitdiff
path: root/board/cr50/tpm2/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/cr50/tpm2/memory.h')
-rw-r--r--board/cr50/tpm2/memory.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/board/cr50/tpm2/memory.h b/board/cr50/tpm2/memory.h
new file mode 100644
index 0000000000..de9729313d
--- /dev/null
+++ b/board/cr50/tpm2/memory.h
@@ -0,0 +1,11 @@
+/* Copyright 2015 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 __EC_BOARD_CR50_TPM2_MEMORY_H
+#define __EC_BOARD_CR50_TPM2_MEMORY_H
+
+/* An empty file to meet expectations of the tpm2 library. */
+
+#endif /* __EC_BOARD_CR50_TPM2_MEMORY_H */