1/*	$NetBSD: ioctl.h,v 1.3 2021/12/18 23:45:33 riastradh Exp $	*/
2
3/* SPDX-License-Identifier: MIT */
4#ifndef __NVKM_IOCTL_H__
5#define __NVKM_IOCTL_H__
6#include <core/os.h>
7struct nvkm_client;
8
9int nvkm_ioctl(struct nvkm_client *, bool, void *, u32, void **);
10#endif
11