]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - drivers/gpu/drm/nouveau/nouveau_usif.h
Merge tag 'xfs-pnfs-for-linus-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / drivers / gpu / drm / nouveau / nouveau_usif.h
1 #ifndef __NOUVEAU_USIF_H__
2 #define __NOUVEAU_USIF_H__
3
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);
8
9 #endif