1 /*
2  * Copyright 2018-2021 NXP
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef PLATFORM_DEF_H
8 #define PLATFORM_DEF_H
9 
10 #include <plat_def.h>
11 #include <plat_default_def.h>
12 
13 #endif /* PLATFORM_DEF_H */
14