1 #ifndef __NVKM_IOCTL_H__ 2 #define __NVKM_IOCTL_H__ 3 #include <core/os.h> 4 struct nvkm_client; 5 6 int nvkm_ioctl(struct nvkm_client *, bool, void *, u32, void **); 7 #endif 8
1 #ifndef __NVKM_IOCTL_H__ 2 #define __NVKM_IOCTL_H__ 3 #include <core/os.h> 4 struct nvkm_client; 5 6 int nvkm_ioctl(struct nvkm_client *, bool, void *, u32, void **); 7 #endif 8