Home | History | Annotate | Download | only in tbbr
      1 /*
      2  * Copyright (c) 2015, ARM Limited and Contributors. All rights reserved.
      3  *
      4  * SPDX-License-Identifier: BSD-3-Clause
      5  */
      6 
      7 #ifndef __COT_DEF_H__
      8 #define __COT_DEF_H__
      9 
     10 /* TBBR CoT definitions */
     11 
     12 #define COT_MAX_VERIFIED_PARAMS		4
     13 
     14 #endif /* __COT_DEF_H__ */
     15