xref: /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nouveau_ioctl.h (revision d536862b7d93d77932ef5de7eebdc48d76921b77)
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