mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
14 lines
265 B
C
14 lines
265 B
C
|
/*
|
||
|
* Copyright 2014 Freescale Semiconductor, Inc.
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
#ifndef __DIU_HDMI_CH7301__
|
||
|
#define __DIU_HDMI_CH7301__
|
||
|
|
||
|
/* Programming of HDMI Chrontel CH7301 connector */
|
||
|
int diu_set_dvi_encoder(unsigned int pixclock);
|
||
|
|
||
|
#endif
|