1 /* 2 * Copyright (c) 2020 HiSilicon (Shanghai) Technologies CO., LIMITED. 3 * 4 * This program is free software; you can redistribute it and/or modify it 5 * under the terms of the GNU General Public License as published by the 6 * Free Software Foundation; either version 2 of the License, or (at your 7 * option) any later version. 8 * 9 * This program is distributed in the hope that it will be useful, 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 * GNU General Public License for more details. 13 * 14 * You should have received a copy of the GNU General Public License 15 * along with this program. If not, see <http://www.gnu.org/licenses/>. 16 * 17 */ 18 19 #ifndef __MKP_VO_USER_H__ 20 #define __MKP_VO_USER_H__ 21 22 #include "hi_common_vo.h" 23 #include "hi_common.h" 24 25 hi_vo_sync_info *vo_get_dev_user_sync_timing(hi_vo_dev dev); 26 hi_vo_user_sync_info *vo_get_dev_user_sync_info(hi_vo_dev dev); 27 28 #endif /* end of __MKP_VO_USER_H__ */ 29