Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / 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