aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm/engine/nvdec/priv.h
blob: 57bfa3aa1835ef84fb8dc1f05a18064f8cad6ab0 (plain) (blame)
1
2
3
4
5
6
7
/* SPDX-License-Identifier: MIT */
#ifndef __NVKM_NVDEC_PRIV_H__
#define __NVKM_NVDEC_PRIV_H__
#include <engine/nvdec.h>

int nvkm_nvdec_new_(struct nvkm_device *, int, struct nvkm_nvdec **);
#endif