blob: c037e3ae8c70a1d973113112a9d4d1139818728a [file] [log] [blame]
Ben Skeggs27111a22014-08-10 04:10:31 +10001#ifndef __NOUVEAU_USIF_H__
2#define __NOUVEAU_USIF_H__
3
4void usif_client_init(struct nouveau_cli *);
5void usif_client_fini(struct nouveau_cli *);
6int usif_ioctl(struct drm_file *, void __user *, u32);
7int usif_notify(const void *, u32, const void *, u32);
8
9#endif