Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: MIT */
0002 #ifndef __NVIF_IF0000_H__
0003 #define __NVIF_IF0000_H__
0004 
0005 struct nvif_client_v0 {
0006     __u8  version;
0007     __u8  pad01[7];
0008     __u64 device;
0009     char  name[32];
0010 };
0011 
0012 #define NVIF_CLIENT_V0_DEVLIST                                             0x00
0013 
0014 struct nvif_client_devlist_v0 {
0015     __u8  version;
0016     __u8  count;
0017     __u8  pad02[6];
0018     __u64 device[];
0019 };
0020 #endif