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