Julian Hall | d635ad7 | 2022-09-20 15:50:35 +0100 | [diff] [blame] | 1 | /* |
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 */ |