/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2021 Rockchip Electronics Co. Ltd. * * Author: Dingxian Wen */ #ifndef __RK_HDMIRX__DEV_H__ #define __RK_HDMIRX__DEV_H__ struct class *rk_hdmirx_class(void); #endif