blob: 24ff3c375fcbbaf429f226ae24a4b65a42f13d7d (
plain)
1
2
3
4
5
6
7
8
|
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Hitachi tx18d42vm LVDS LCD panel driver
*
* (C) Copyright 2015 Hans de Goede <hdegoede@redhat.com>
*/
void hitachi_tx18d42vm_init(void);
|