1
0
mirror of https://github.com/physwizz/a155-U-u1.git synced 2025-08-15 06:35:18 +00:00
Files
physwizz 99537be4e2 first
2024-03-11 06:53:12 +11:00

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