]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/gpu/drm/nouveau/include/nvkm/core/ioctl.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / drivers / gpu / drm / nouveau / include / nvkm / core / ioctl.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
8ec2a6ec
BS
2#ifndef __NVKM_IOCTL_H__
3#define __NVKM_IOCTL_H__
5025407b
BS
4#include <core/os.h>
5struct nvkm_client;
8ec2a6ec 6
5025407b 7int nvkm_ioctl(struct nvkm_client *, bool, void *, u32, void **);
8ec2a6ec 8#endif