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