Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: MIT */
0002 #ifndef __NOUVEAU_USIF_H__
0003 #define __NOUVEAU_USIF_H__
0004 
0005 void usif_client_init(struct nouveau_cli *);
0006 void usif_client_fini(struct nouveau_cli *);
0007 int  usif_ioctl(struct drm_file *, void __user *, u32);
0008 int  usif_notify(const void *, u32, const void *, u32);
0009 
0010 #endif