Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: MIT */
0002 #ifndef __NVKM_IOCTL_H__
0003 #define __NVKM_IOCTL_H__
0004 #include <core/os.h>
0005 struct nvkm_client;
0006 
0007 int nvkm_ioctl(struct nvkm_client *, void *, u32, void **);
0008 #endif