/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2016 MediaTek Inc. * Author: Daniel Hsiao <[email protected]> * Jungchang Tsao <[email protected]> * Tiffany Lin <[email protected]> */ #ifndef _VENC_DRV_BASE_ #define _VENC_DRV_BASE_ #include "mtk_vcodec_enc_drv.h" #include "venc_drv_if.h" struct venc_common_if { … }; #endif