Linux 4.2.1
[linux/fpc-iii.git] / drivers / gpu / drm / nouveau / nouveau_usif.h
blobc037e3ae8c70a1d973113112a9d4d1139818728a
1 #ifndef __NOUVEAU_USIF_H__
2 #define __NOUVEAU_USIF_H__
4 void usif_client_init(struct nouveau_cli *);
5 void usif_client_fini(struct nouveau_cli *);
6 int usif_ioctl(struct drm_file *, void __user *, u32);
7 int usif_notify(const void *, u32, const void *, u32);
9 #endif