diff options
Diffstat (limited to 'roms/u-boot/drivers/video/hitachi_tx18d42vm_lcd.h')
-rw-r--r-- | roms/u-boot/drivers/video/hitachi_tx18d42vm_lcd.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/roms/u-boot/drivers/video/hitachi_tx18d42vm_lcd.h b/roms/u-boot/drivers/video/hitachi_tx18d42vm_lcd.h new file mode 100644 index 000000000..24ff3c375 --- /dev/null +++ b/roms/u-boot/drivers/video/hitachi_tx18d42vm_lcd.h @@ -0,0 +1,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); |