Blame view

include/mipi_dsi_panel.h 208 Bytes
e87683299   Ye Li   MLK-18945-3 video...
1
2
3
4
5
6
7
8
9
10
11
  /*
   * Copyright 2018 NXP
   *
   * SPDX-License-Identifier:	GPL-2.0+
   */
  
  
  #ifndef __MIPI_DSI_PANEL_H
  #define __MIPI_DSI_PANEL_H
  
  void hx8363_init(void);
15cb15539   Ye Li   MLK-18945-7 video...
12
  void rm67191_init(void);
48804cc75   Ye Li   MLK-20781-1 video...
13
  void rm68200_init(void);
e87683299   Ye Li   MLK-18945-3 video...
14
15
  
  #endif