Fichiers
David Wronek af64423e9f Add 'qcom/opensource/eva-kernel/' from commit 'c1ff9cd986e7dd66ecf6b385b92ac3de85c76f4e'
git-subtree-dir: qcom/opensource/eva-kernel
git-subtree-mainline: caab746e9f
git-subtree-split: c1ff9cd986
Change-Id:
repo: https://git.codelinaro.org/clo/la/platform/vendor/opensource/eva-kernel
tag: CV.LA.2.0.r1-04800-lanai.0
2024-10-06 16:44:44 +02:00

19 lignes
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