ioctl.h revision 1.1
1/*	$NetBSD: ioctl.h,v 1.1 2018/08/27 01:36:13 riastradh Exp $	*/
2
3#ifndef __NVKM_IOCTL_H__
4#define __NVKM_IOCTL_H__
5#include <core/os.h>
6struct nvkm_client;
7
8int nvkm_ioctl(struct nvkm_client *, bool, void *, u32, void **);
9#endif
10