1 /*
2  * work_92105 display support interface
3  *
4  * (C) Copyright 2014  DENX Software Engineering GmbH
5  * Written-by: Albert ARIBAUD <albert.aribaud@3adev.fr>
6  *
7  * The work_92105 display is a HD44780-compatible module
8  * controlled through a MAX6957AAX SPI port expander, two
9  * MAX518 I2C DACs and native LPC32xx GPO 15.
10  *
11  * SPDX-License-Identifier:	GPL-2.0+
12  */
13 
14 void work_92105_display_init(void);
15