/* $NetBSD: ioctl.h,v 1.3 2021/12/18 23:45:33 riastradh Exp $ */ /* SPDX-License-Identifier: MIT */ #ifndef __NVKM_IOCTL_H__ #define __NVKM_IOCTL_H__ #include struct nvkm_client; int nvkm_ioctl(struct nvkm_client *, bool, void *, u32, void **); #endif