Files
rockchip-kernel/include/linux/rk_hdmirx_class.h
Tao Huang b1c7a05f82 rk_hdmirx_class: Fix typo in Rockchip copyright notice
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Change-Id: Icfb095c93eee3def91521788fdc289c1795adb61
2025-01-22 19:10:46 +08:00

14 lines
258 B
C

/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (c) 2021 Rockchip Electronics Co., Ltd.
*
* Author: Dingxian Wen <shawn.wen@rock-chips.com>
*/
#ifndef __RK_HDMIRX__DEV_H__
#define __RK_HDMIRX__DEV_H__
struct class *rk_hdmirx_class(void);
#endif