dx0960be40a1.h 493 B

12345678910111213141516171819
  1. /*
  2. * Allwinner SoCs display driver.
  3. *
  4. * Copyright (C) 2016 Allwinner.
  5. *
  6. * This file is licensed under the terms of the GNU General Public
  7. * License version 2. This program is licensed "as is" without any
  8. * warranty of any kind, whether express or implied.
  9. */
  10. #ifndef __DX0960BE40A1_PANEL_H__
  11. #define __DX0960BE40A1_PANEL_H__
  12. #include "panels.h"
  13. extern struct __lcd_panel dx0960be40a1_panel;
  14. extern s32 bsp_disp_get_panel_info(u32 screen_id, struct disp_panel_para *info);
  15. #endif