blob: 54ab732366c35bb4986a51e405299c6e2019ef8d [file] [log] [blame]
/*
* 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 */