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

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