Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: MIT */
0002 #ifndef __NOUVEAU_IOCTL_H__
0003 #define __NOUVEAU_IOCTL_H__
0004 
0005 long nouveau_compat_ioctl(struct file *, unsigned int cmd, unsigned long arg);
0006 long nouveau_drm_ioctl(struct file *, unsigned int cmd, unsigned long arg);
0007 
0008 #endif