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