mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-09-16 12:22:33 +02:00
8 lines
165 B
C
8 lines
165 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
|
|
#ifndef __DW_HDMI_LIGHT_H__
|
|
#define __DW_HDMI_LIGHT_H__
|
|
|
|
extern struct platform_driver dw_hdmi_light_platform_driver;
|
|
#endif
|