/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2023 Rockchip Electronics Co. Ltd. * * Author: Shunhua Lan */ #ifndef __RK_HDMIRX_CLASS_H__ #define __RK_HDMIRX_CLASS_H__ struct class *rk_hdmirx_class(void); #endif