2012-07-25 22:54:33 +00:00
|
|
|
#ifndef __NOUVEAU_IOCTL_H__
|
|
|
|
#define __NOUVEAU_IOCTL_H__
|
|
|
|
|
|
|
|
long nouveau_compat_ioctl(struct file *, unsigned int cmd, unsigned long arg);
|
2013-09-01 23:52:55 +00:00
|
|
|
long nouveau_drm_ioctl(struct file *, unsigned int cmd, unsigned long arg);
|
2012-07-25 22:54:33 +00:00
|
|
|
|
|
|
|
#endif
|