1 2 3 4 5 6 7 8 9 10
/* 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_ */