mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-16 04:05:53 +00:00
13 lines
286 B
C
13 lines
286 B
C
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||
|
/*
|
||
|
* Copyright 2014 Freescale Semiconductor, Inc.
|
||
|
*/
|
||
|
|
||
|
#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
|