Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.2-rc5 15 lines 359 B view raw
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 10struct platform_driver; 11 12extern struct platform_driver mtk_cec_driver; 13extern struct platform_driver mtk_hdmi_ddc_driver; 14 15#endif /* _MTK_HDMI_CTRL_H */