aboutsummaryrefslogtreecommitdiff
path: root/include/common/tbbr/cot_def.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/common/tbbr/cot_def.h')
-rw-r--r--include/common/tbbr/cot_def.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/common/tbbr/cot_def.h b/include/common/tbbr/cot_def.h
new file mode 100644
index 00000000..4a2a8ef5
--- /dev/null
+++ b/include/common/tbbr/cot_def.h
@@ -0,0 +1,14 @@
+/*
+ * Copyright (c) 2015, ARM Limited and Contributors. All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+#ifndef __COT_DEF_H__
+#define __COT_DEF_H__
+
+/* TBBR CoT definitions */
+
+#define COT_MAX_VERIFIED_PARAMS 4
+
+#endif /* __COT_DEF_H__ */