linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/fault.h

9 lines
134 B
C
Raw Normal View History

#ifndef __NVKM_FAULT_H__
#define __NVKM_FAULT_H__
#include <core/subdev.h>
struct nvkm_fault {
struct nvkm_subdev subdev;
};
#endif