nouveau_ioctl.h 255 B

12345678
  1. /* SPDX-License-Identifier: MIT */
  2. #ifndef __NOUVEAU_IOCTL_H__
  3. #define __NOUVEAU_IOCTL_H__
  4. long nouveau_compat_ioctl(struct file *, unsigned int cmd, unsigned long arg);
  5. long nouveau_drm_ioctl(struct file *, unsigned int cmd, unsigned long arg);
  6. #endif