drm/nouveau: move compat ioctl out of nouveau_drv.h

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
此提交包含在:
Ben Skeggs
2012-07-26 08:54:33 +10:00
父節點 c0077061e7
當前提交 fce875d647
共有 5 個檔案被更改,包括 9 行新增5 行删除

查看文件

@@ -0,0 +1,6 @@
#ifndef __NOUVEAU_IOCTL_H__
#define __NOUVEAU_IOCTL_H__
long nouveau_compat_ioctl(struct file *, unsigned int cmd, unsigned long arg);
#endif