cregit-Linux how code gets into the kernel

Release 4.17 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ummu.h

#ifndef __NVKM_UMMU_H__

#define __NVKM_UMMU_H__

#define nvkm_ummu(p) container_of((p), struct nvkm_ummu, object)
#include <core/object.h>
#include "priv.h"


struct nvkm_ummu {
	
struct nvkm_object object;
	
struct nvkm_mmu *mmu;
};

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

Overall Contributors

PersonTokensPropCommitsCommitProp
Ben Skeggs60100.00%1100.00%
Total60100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.