/* | |
* Copyright (c) 2022-2024, Arm Limited and Contributors. All rights reserved. | |
* | |
* SPDX-License-Identifier: BSD-3-Clause | |
*/ | |
#ifndef TF_A_CDEFS_H | |
#define TF_A_CDEFS_H | |
/** | |
* Some tf-a files assume that <cdefs.h> is in the global include path. This | |
* provides an alternative using components/common/libc/include/cdefs.h. | |
*/ | |
#include <components/common/libc/include/cdefs.h> | |
#endif /* TF_A_CDEFS_H */ |