mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
14 lines
290 B
C
14 lines
290 B
C
|
/*
|
||
|
* Copyright 2014 Freescale Semiconductor, Inc.
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
#ifndef __DCU_HDMI_SII9022A__
|
||
|
#define __DCU_HDMI_SII9022A__
|
||
|
|
||
|
/* Programming of Silicon SII9022A connector HDMI Transmitter*/
|
||
|
int dcu_set_dvi_encoder(struct fb_videomode *videomode);
|
||
|
|
||
|
#endif
|