Linux-libre 4.10.3-gnu
[librecmc/linux-libre.git] / drivers / gpu / drm / nouveau / include / nvkm / core / ioctl.h
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