]> Git Repo - J-linux.git/blob - drivers/gpu/drm/nouveau/include/nvkm/core/ioctl.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / drivers / gpu / drm / nouveau / include / nvkm / core / ioctl.h
1 /* SPDX-License-Identifier: MIT */
2 #ifndef __NVKM_IOCTL_H__
3 #define __NVKM_IOCTL_H__
4 #include <core/os.h>
5 struct nvkm_client;
6
7 int nvkm_ioctl(struct nvkm_client *, void *, u32, void **);
8 #endif
This page took 0.030494 seconds and 4 git commands to generate.