Files
android_kernel_samsung_sm86…/msm/eva/cvp_private.h
George Shen 600394cf35 msm: eva: Update date of source
To comply with open source scan requirements.

Change-Id: Idd9a4dec7dbe7ee7d4dd7294083d9b045438f67d
Signed-off-by: George Shen <sqiao@codeaurora.org>
2021-03-15 14:53:26 -07:00

19 lines
419 B
C

/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (c) 2018-2021, The Linux Foundation. All rights reserved.
*/
#ifndef _MSM_V4L2_PRIVATE_H_
#define _MSM_V4L2_PRIVATE_H_
#include <media/msm_eva_private.h>
#include "msm_cvp_debug.h"
long cvp_unblocked_ioctl(struct file *filp,
unsigned int cmd, unsigned long arg);
long cvp_compat_ioctl(struct file *filp,
unsigned int cmd, unsigned long arg);
#endif