arm-trusted-firmware/include/lib/fconf/fconf_tbbr_getter.h

16 lines
307 B
C
Raw Normal View History

/*
* Copyright (c) 2019-2020, ARM Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef FCONF_TBBR_GETTER_H
#define FCONF_TBBR_GETTER_H
#include <lib/fconf/fconf.h>
/* TBBR related getter */
#define tbbr__cot_getter(id) cot_desc_ptr[id]
#endif /* FCONF_TBBR_GETTER_H */