xref: /linux/drivers/auxdisplay/hd44780_common.h (revision 718e05ed92ecac0d9d3954bcc8064527c3ce7565)
1*718e05edSLars Poeschel /* SPDX-License-Identifier: GPL-2.0-or-later */
2*718e05edSLars Poeschel 
3*718e05edSLars Poeschel struct hd44780_common {
4*718e05edSLars Poeschel 	void *hd44780;
5*718e05edSLars Poeschel };
6*718e05edSLars Poeschel 
7*718e05edSLars Poeschel struct hd44780_common *hd44780_common_alloc(void);
8