summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nvkm/engine/nvjpg/priv.h
blob: 1e80cf70033a0565bb22b87a37a586c4a6b2e1ef (plain)
1
2
3
4
5
6
7
8
/* SPDX-License-Identifier: MIT */
#ifndef __NVKM_NVJPG_PRIV_H__
#define __NVKM_NVJPG_PRIV_H__
#include <engine/nvjpg.h>

int r535_nvjpg_new(const struct nvkm_engine_func *, struct nvkm_device *,
		   enum nvkm_subdev_type, int, struct nvkm_engine **);
#endif