blob: e52b60a16c61dd57e2af32c98e4b626b8f9d6488 [file] [log] [blame]
Julian Halld635ad72022-09-20 15:50:35 +01001/*
2 * Copyright (c) 2022, Arm Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef TF_A_CDEFS_H
8#define TF_A_CDEFS_H
9
10/**
11 * Some tf-a files assume that <cdefs.h> is in the global include path. This
12 * provides an alternative using common/utils/compiler.h.
13 */
14#include <compiler.h>
15
16#endif /* TF_A_CDEFS_H */