/*
 * Copyright (c) 2015, Freescale Semiconductor, Inc.
 * Copyright 2016-2017, 2019 NXP
 * All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef _SLCD_PANEL_H_
#define _SLCD_PANEL_H_

#ifdef SLCD_PANEL_GDH_1247WP_H
#include "GDH-1247WP.h"
#elif defined(SLCD_PANEL_LCD_S401M16KR_H)
#include "LCD-S401M16KR.h"
#endif

#endif /* _SLCD_PANEL_H_ */
