linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/uvmm.h

#ifndef __NVKM_UVMM_H__
#define __NVKM_UVMM_H__
#define nvkm_uvmm(p)
#include <core/object.h>
#include "vmm.h"

struct nvkm_uvmm {};

int nvkm_uvmm_new(const struct nvkm_oclass *, void *argv, u32 argc,
		  struct nvkm_object **);
#endif