brintos

brintos / linux-shallow public Read only

0
0
Text · 255 B · d175055 Raw
9 lines · c
1/* SPDX-License-Identifier: MIT */2#ifndef __NOUVEAU_IOCTL_H__3#define __NOUVEAU_IOCTL_H__4 5long nouveau_compat_ioctl(struct file *, unsigned int cmd, unsigned long arg);6long nouveau_drm_ioctl(struct file *, unsigned int cmd, unsigned long arg);7 8#endif9