4ae4cb1749
This change brings msm vidc driver from base 4.19 kernel project. It is the first source code snapshot from base kernel project. Change-Id: I1d600c4e9459b9013f4b607890c52644f6d94f0c Signed-off-by: Shivendra Kakrania <shiven@codeaurora.org>
15 lines
329 B
C
15 lines
329 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/*
|
|
* Copyright (c) 2018, The Linux Foundation. All rights reserved.
|
|
*/
|
|
|
|
#ifndef _MSM_V4L2_PRIVATE_H_
|
|
#define _MSM_V4L2_PRIVATE_H_
|
|
|
|
#include <media/msm_vidc_private.h>
|
|
#include "msm_vidc_debug.h"
|
|
|
|
long msm_v4l2_private(struct file *file, unsigned int cmd, unsigned long arg);
|
|
|
|
#endif
|