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