xref: /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nouveau_ioctl.h (revision 41ec02673d281bbb3d38e6c78504ce6e30c228c1)
1 /*	$NetBSD: nouveau_ioctl.h,v 1.3 2021/12/18 23:45:32 riastradh Exp $	*/
2 
3 /* SPDX-License-Identifier: MIT */
4 #ifndef __NOUVEAU_IOCTL_H__
5 #define __NOUVEAU_IOCTL_H__
6 
7 long nouveau_compat_ioctl(struct file *, unsigned int cmd, unsigned long arg);
8 long nouveau_drm_ioctl(struct file *, unsigned int cmd, unsigned long arg);
9 
10 #endif
11