14 lines
252 B
C
Raw Permalink Normal View History

2025-05-10 21:49:39 +08:00
/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (c) 2023 Rockchip Electronics Co. Ltd.
*
* Author: Shunhua Lan <lsh@rock-chips.com>
*/
#ifndef __RK_HDMIRX_CLASS_H__
#define __RK_HDMIRX_CLASS_H__
struct class *rk_hdmirx_class(void);
#endif