diff options
Diffstat (limited to 'plat/nxp/soc-lx2160a/lx2160ardb/platform_def.h')
-rw-r--r-- | plat/nxp/soc-lx2160a/lx2160ardb/platform_def.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/plat/nxp/soc-lx2160a/lx2160ardb/platform_def.h b/plat/nxp/soc-lx2160a/lx2160ardb/platform_def.h new file mode 100644 index 0000000..6660998 --- /dev/null +++ b/plat/nxp/soc-lx2160a/lx2160ardb/platform_def.h @@ -0,0 +1,14 @@ +/* + * Copyright 2021 NXP + * + * SPDX-License-Identifier: BSD-3-Clause + * + */ + +#ifndef PLATFORM_DEF_H +#define PLATFORM_DEF_H + +#include "plat_def.h" +#include "plat_default_def.h" + +#endif |