blob: 54ab732366c35bb4986a51e405299c6e2019ef8d [file] [log] [blame]
Julian Halld635ad72022-09-20 15:50:35 +01001/*
Imre Kisd47a1452024-05-29 14:25:59 +02002 * Copyright (c) 2022-2024, Arm Limited and Contributors. All rights reserved.
Julian Halld635ad72022-09-20 15:50:35 +01003 *
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
Imre Kisd47a1452024-05-29 14:25:59 +020012 * provides an alternative using components/common/libc/include/cdefs.h.
Julian Halld635ad72022-09-20 15:50:35 +010013 */
Imre Kisd47a1452024-05-29 14:25:59 +020014#include <components/common/libc/include/cdefs.h>
Julian Halld635ad72022-09-20 15:50:35 +010015
16#endif /* TF_A_CDEFS_H */