1 /*
2  * Copyright (c) 2015, Freescale Semiconductor, Inc.
3  * Copyright 2016-2017, 2019, 2023 NXP
4  * All rights reserved.
5  *
6  * SPDX-License-Identifier: BSD-3-Clause
7  */
8 
9 #ifndef _SLCD_PANEL_H_
10 #define _SLCD_PANEL_H_
11 
12 #ifdef _RTE_
13 #include "RTE_Components.h"
14 #endif
15 
16 #ifdef SLCD_PANEL_GDH_1247WP_H
17 #include "GDH-1247WP.h"
18 #elif defined(SLCD_PANEL_LCD_S401M16KR_H)
19 #include "LCD-S401M16KR.h"
20 #endif
21 
22 #endif /* _SLCD_PANEL_H_ */
23