3b5e5eae97
There will be many hdmirx devices in Rockchip SOCs Here create a hdmirx class for those hdmirx devices Signed-off-by: Shunhua Lan <lsh@rock-chips.com> Change-Id: Id47af8a01b94c37e2bc40c5671f64cf9f3deebee
14 lines
257 B
C
14 lines
257 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
|