1 1.2 riastrad /* $NetBSD: nouveau_ioctl.h,v 1.3 2021/12/18 23:45:32 riastradh Exp $ */ 2 1.2 riastrad 3 1.3 riastrad /* SPDX-License-Identifier: MIT */ 4 1.1 riastrad #ifndef __NOUVEAU_IOCTL_H__ 5 1.1 riastrad #define __NOUVEAU_IOCTL_H__ 6 1.1 riastrad 7 1.1 riastrad long nouveau_compat_ioctl(struct file *, unsigned int cmd, unsigned long arg); 8 1.1 riastrad long nouveau_drm_ioctl(struct file *, unsigned int cmd, unsigned long arg); 9 1.1 riastrad 10 1.1 riastrad #endif 11