git-subtree-dir: techpack/video git-subtree-mainline:078c8b4302git-subtree-split:563c068743Change-Id: I03aafbfd2c133ff9cd1475c96f3bed969f7bb5be
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
|