/* | |
* Copyright (c) 2022, 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 common/utils/compiler.h. | |
*/ | |
#include <compiler.h> | |
#endif /* TF_A_CDEFS_H */ |