mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2025-08-15 06:35:18 +00:00
10 lines
217 B
C
10 lines
217 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/* Copyright (c) 2019 MediaTek Inc. */
|
|
|
|
#ifndef __ADAPTOR_IOCTL_H__
|
|
#define __ADAPTOR_IOCTL_H__
|
|
|
|
long adaptor_ioctl(struct v4l2_subdev *sd, unsigned int cmd, void *arg);
|
|
|
|
#endif
|