/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2016 MediaTek Inc. * Author: PC Chen <[email protected]> */ #ifndef _VDEC_DRV_BASE_ #define _VDEC_DRV_BASE_ #include "vdec_drv_if.h" struct vdec_common_if { … }; #endif
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2016 MediaTek Inc. * Author: PC Chen <[email protected]> */ #ifndef _VDEC_DRV_BASE_ #define _VDEC_DRV_BASE_ #include "vdec_drv_if.h" struct vdec_common_if { … }; #endif