Files
android_kernel_samsung_sm86…/driver/variant/iris2/inc/msm_vidc_iris2.h
Darshana Patil 481a6117d8 video: driver: update license year
update license year to 2020-2021

Change-Id: I5a67bf49c386e86337bc7449ded08d186fc9a280
Signed-off-by: Darshana Patil <darshana@codeaurora.org>
2021-03-01 18:07:35 -08:00

17 行
409 B
C

/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (c) 2020-2021,, The Linux Foundation. All rights reserved.
*/
#include "msm_vidc_core.h"
//#if defined(CONFIG_MSM_VIDC_IRIS2)
int msm_vidc_init_iris2(struct msm_vidc_core *core);
//#else
//static inline int msm_vidc_init_iris2(struct msm_vidc_core *core)
//{
// return -EINVAL;
//}
//#endif
int msm_vidc_deinit_iris2(struct msm_vidc_core *core);