1 #ifndef __NVKM_ICCSENSE_H__
2 #define __NVKM_ICCSENSE_H__
3 
4 #include <core/subdev.h>
5 
6 struct nvkm_iccsense {
7 	struct nvkm_subdev subdev;
8 };
9 
10 #endif
11