/* SPDX-License-Identifier: MIT */ #ifndef __NVKM_NVDEC_PRIV_H__ #define __NVKM_NVDEC_PRIV_H__ #include <engine/nvdec.h> struct nvkm_nvdec_func { … }; struct nvkm_nvdec_fwif { … }; extern const struct nvkm_nvdec_fwif gm107_nvdec_fwif[]; int nvkm_nvdec_new_(const struct nvkm_nvdec_fwif *fwif, struct nvkm_device *, enum nvkm_subdev_type, int, u32 addr, struct nvkm_nvdec **); int r535_nvdec_new(const struct nvkm_engine_func *, struct nvkm_device *, enum nvkm_subdev_type, int, struct nvkm_nvdec **); #endif