mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
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>
13 lines
235 B
C
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
|