/* SPDX-License-Identifier: MIT */ #ifndef __NVKM_NVDEC_PRIV_H__ #define __NVKM_NVDEC_PRIV_H__ #include int nvkm_nvdec_new_(struct nvkm_device *, int, struct nvkm_nvdec **); #endif