/* $NetBSD: ioctl.h,v 1.2 2018/08/27 04:58:30 riastradh Exp $ */ #ifndef __NVKM_IOCTL_H__ #define __NVKM_IOCTL_H__ #include struct nvkm_client; int nvkm_ioctl(struct nvkm_client *, bool, void *, u32, void **); #endif