14 lines
252 B
C
14 lines
252 B
C
|
/* 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
|