blob: 33350a0d33c7e2a87bf90794da124f0681c9c108 [file] [log] [blame]
Juan Castillodff93c82015-05-07 14:52:44 +01001/*
2 * Copyright (c) 2015, ARM Limited and Contributors. All rights reserved.
3 *
dp-arm82cb2c12017-05-03 09:38:09 +01004 * SPDX-License-Identifier: BSD-3-Clause
Juan Castillodff93c82015-05-07 14:52:44 +01005 */
6
Antonio Nino Diazc3cf06f2018-11-08 10:20:19 +00007#ifndef COT_DEF_H
8#define COT_DEF_H
Juan Castillodff93c82015-05-07 14:52:44 +01009
10/* TBBR CoT definitions */
11
12#define COT_MAX_VERIFIED_PARAMS 4
13
Antonio Nino Diazc3cf06f2018-11-08 10:20:19 +000014#endif /* COT_DEF_H */