mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-09-17 21:02:13 +02:00
11 lines
231 B
C
11 lines
231 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (C) 2020 VeriSilicon Holdings Co., Ltd.
|
|
*/
|
|
|
|
#ifndef __DW_MIPI_DSI_H_
|
|
#define __DW_MIPI_DSI_H_
|
|
|
|
extern struct platform_driver dw_mipi_dsi_driver;
|
|
#endif /* __DW_MIPI_DSI_H_ */
|