Julian Hall | d635ad7 | 2022-09-20 15:50:35 +0100 | [diff] [blame] | 1 | /* |
Imre Kis | d47a145 | 2024-05-29 14:25:59 +0200 | [diff] [blame^] | 2 | * Copyright (c) 2022-2024, Arm Limited and Contributors. All rights reserved. |
Julian Hall | d635ad7 | 2022-09-20 15:50:35 +0100 | [diff] [blame] | 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 |
Imre Kis | d47a145 | 2024-05-29 14:25:59 +0200 | [diff] [blame^] | 12 | * provides an alternative using components/common/libc/include/cdefs.h. |
Julian Hall | d635ad7 | 2022-09-20 15:50:35 +0100 | [diff] [blame] | 13 | */ |
Imre Kis | d47a145 | 2024-05-29 14:25:59 +0200 | [diff] [blame^] | 14 | #include <components/common/libc/include/cdefs.h> |
Julian Hall | d635ad7 | 2022-09-20 15:50:35 +0100 | [diff] [blame] | 15 | |
| 16 | #endif /* TF_A_CDEFS_H */ |