root/drivers/gpu/drm/mediatek/mtk_hdmi.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0-only */
   2 /*
   3  * Copyright (c) 2014 MediaTek Inc.
   4  * Author: Jie Qiu <jie.qiu@mediatek.com>
   5  */
   6 #ifndef _MTK_HDMI_CTRL_H
   7 #define _MTK_HDMI_CTRL_H
   8 #include "mtk_hdmi_phy.h"
   9 
  10 struct platform_driver;
  11 
  12 extern struct platform_driver mtk_cec_driver;
  13 extern struct platform_driver mtk_hdmi_ddc_driver;
  14 
  15 #endif /* _MTK_HDMI_CTRL_H */

/* [<][>][^][v][top][bottom][index][help] */