/* SPDX-License-Identifier: MIT */ /* Copyright (c) 2025, NVIDIA CORPORATION. All rights reserved. */ #ifndef __NVRM_NVJPG_H__ #define __NVRM_NVJPG_H__ #include /* Excerpt of RM headers from https://github.com/NVIDIA/open-gpu-kernel-modules/tree/535.113.01 */ typedef struct { NvU32 size; NvU32 prohibitMultipleInstances; // Prohibit multiple allocations of NVJPG? NvU32 engineInstance; } NV_NVJPG_ALLOCATION_PARAMETERS; #endif