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