Ben Skeggs | fce875d | 2012-07-26 08:54:33 +1000 | [diff] [blame] | 1 | #ifndef __NOUVEAU_IOCTL_H__ |
2 | #define __NOUVEAU_IOCTL_H__ | ||||
3 | |||||
4 | long nouveau_compat_ioctl(struct file *, unsigned int cmd, unsigned long arg); | ||||
Dave Airlie | 2254f63 | 2013-09-02 09:52:55 +1000 | [diff] [blame] | 5 | long nouveau_drm_ioctl(struct file *, unsigned int cmd, unsigned long arg); |
Ben Skeggs | fce875d | 2012-07-26 08:54:33 +1000 | [diff] [blame] | 6 | |
7 | #endif |