/* SPDX-License-Identifier: MIT */ #ifndef __NVIF_IOCTL_H__ #define __NVIF_IOCTL_H__ struct nvif_ioctl_v0 { … }; struct nvif_ioctl_sclass_v0 { … }; struct nvif_ioctl_new_v0 { … }; struct nvif_ioctl_del { … }; struct nvif_ioctl_mthd_v0 { … }; struct nvif_ioctl_map_v0 { … }; struct nvif_ioctl_unmap { … }; #endif