linux/drivers/gpu/drm/nouveau/nvkm/engine/sw/nv50.h

/* SPDX-License-Identifier: MIT */
#ifndef __NVKM_SW_NV50_H__
#define __NVKM_SW_NV50_H__
#define nv50_sw_chan(p)
#include "priv.h"
#include "chan.h"
#include "nvsw.h"
#include <core/event.h>

struct nv50_sw_chan {};

void *nv50_sw_chan_dtor(struct nvkm_sw_chan *);
#endif