dw_mipi_dsi.h 231 B

12345678910
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright (C) 2020 VeriSilicon Holdings Co., Ltd.
  4. */
  5. #ifndef __DW_MIPI_DSI_H_
  6. #define __DW_MIPI_DSI_H_
  7. extern struct platform_driver dw_mipi_dsi_driver;
  8. #endif /* __DW_MIPI_DSI_H_ */