new/kernel-rt/include/linux/rk_hdmirx_class.h
2025-05-10 21:58:58 +08:00

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