linux/drivers/gpu/drm/nouveau/nouveau_ioctl.h
Ben Skeggs fce875d647 drm/nouveau: move compat ioctl out of nouveau_drv.h
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
2012-10-03 13:12:58 +10:00

7 lines
144 B
C

#ifndef __NOUVEAU_IOCTL_H__
#define __NOUVEAU_IOCTL_H__
long nouveau_compat_ioctl(struct file *, unsigned int cmd, unsigned long arg);
#endif