]> Git Repo - linux.git/blob - drivers/gpu/drm/mediatek/mtk_cec.h
Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...
[linux.git] / drivers / gpu / drm / mediatek / mtk_cec.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright (c) 2014 MediaTek Inc.
4  * Author: Jie Qiu <[email protected]>
5  */
6 #ifndef _MTK_CEC_H
7 #define _MTK_CEC_H
8
9 #include <linux/types.h>
10
11 struct device;
12
13 void mtk_cec_set_hpd_event(struct device *dev,
14                            void (*hotplug_event)(bool hpd, struct device *dev),
15                            struct device *hdmi_dev);
16 bool mtk_cec_hpd_high(struct device *dev);
17
18 #endif /* _MTK_CEC_H */
This page took 0.031074 seconds and 4 git commands to generate.