thesis/linux-6.8.1/drivers/gpu/drm/nouveau/nvkm/engine/ofa/priv.h
2025-03-19 13:44:23 +01:00

8 lines
250 B
C

/* 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