]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/gpu/drm/nouveau/nouveau_usif.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / drivers / gpu / drm / nouveau / nouveau_usif.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
27111a23
BS
2#ifndef __NOUVEAU_USIF_H__
3#define __NOUVEAU_USIF_H__
4
5void usif_client_init(struct nouveau_cli *);
6void usif_client_fini(struct nouveau_cli *);
7int usif_ioctl(struct drm_file *, void __user *, u32);
8int usif_notify(const void *, u32, const void *, u32);
9
10#endif