aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/core/include/core/ioctl.h
blob: ac7935c2474eddd826218ce6890b74378aaa5944 (plain) (blame)
1
2
3
4
5
6
#ifndef __NVKM_IOCTL_H__
#define __NVKM_IOCTL_H__

int nvkm_ioctl(struct nouveau_client *, bool, void *, u32, void **);

#endif