1 /* disp_edp.h 2 * 3 * Copyright (c) 2007-2017 Allwinnertech Co., Ltd. 4 * Author: zhengxiaobin <zhengxiaobin@allwinnertech.com> 5 * 6 * register edp 7 * 8 * This program is free software; you can redistribute it and/or modify 9 * it under the terms of the GNU General Public License version 2 as 10 * published by the Free Software Foundation. 11 */ 12 #ifndef _DISP_EDP_H 13 #define _DISP_EDP_H 14 15 #include "disp_private.h" 16 #include "disp_display.h" 17 18 19 s32 disp_init_edp(struct disp_bsp_init_para *para); 20 21 /** 22 * @name :disp_edp_get_cur_line 23 * @brief :get current line 24 * @param[IN] :p_edp 25 * @return :current line.negtive if fail 26 */ 27 int disp_edp_get_cur_line(struct disp_device *p_edp); 28 29 #endif /*End of file*/ 30