Files
linux-nv-oot/include/uapi/media/cam_fsync.h
Laxman Dewangan 769831d84d cam_fsync: Drop license paragraphs
The cam_fsync files are having the SPDX license forma. Hence,
it is not required to have the license paragraphs.

Remove the non-required license paragraphs details.

Bug 4038415

Change-Id: Ifccc4d12111d076eb4f98c414bc35158da1cc694
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2903865
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
2023-05-15 01:19:58 -07:00

13 lines
235 B
C

/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved.
*/
#ifndef __CAM_FSYNC_H__
#define __CAM_FSYNC_H__
#define CAM_FSYNC_GRP_ABS_START_VAL \
_IOW('T', 1, uint64_t)
#endif