Newer
Older
arm-trusted-firmware / include / common / tbbr / cot_def.h
@Antonio Nino Diaz Antonio Nino Diaz on 8 Nov 2018 250 bytes Standardise header guards across codebase
/*
 * 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 */