/* * SPDX-FileCopyrightText: Copyright (c) 2008-2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. * SPDX-License-Identifier: MIT * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, distribute, sublicense, * and/or sell copies of the Software, and to permit persons to whom the * Software is furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in * all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER * DEALINGS IN THE SOFTWARE. */ /* * WARNING: This is an autogenerated file. DO NOT EDIT. * This file is generated using below files: * template file: kernel/inc/vgpu/gt_sdk-structures.h * definition file: kernel/inc/vgpu/sdk-structures.def */ #ifdef SDK_STRUCTURES // These are copy of sdk structures, that will be used for the communication between the vmioplugin & guest RM. typedef struct NVOS00_PARAMETERS_v03_00 { NvHandle hRoot; NvHandle hObjectParent; NvHandle hObjectOld; NvV32 status; } NVOS00_PARAMETERS_v03_00; typedef NVOS00_PARAMETERS_v03_00 NVOS00_PARAMETERS_v; typedef struct NVOS55_PARAMETERS_v03_00 { NvHandle hClient; NvHandle hParent; NvHandle hObject; NvHandle hClientSrc; NvHandle hObjectSrc; NvU32 flags; NvU32 status; } NVOS55_PARAMETERS_v03_00; typedef NVOS55_PARAMETERS_v03_00 NVOS55_PARAMETERS_v; #endif #ifdef SDK_ARRAY_LENGTH_FUNCTIONS #endif