1 /* SPDX-License-Identifier: MIT */
2 #ifndef __NVIF_IF0000_H__
3 #define __NVIF_IF0000_H__
4
5 struct nvif_client_v0 {
6 __u8 version;
7 __u8 pad01[7];
8 __u64 device;
9 char name[32];
10 };
11
12 #define NVIF_CLIENT_V0_DEVLIST 0x00
13
14 struct nvif_client_devlist_v0 {
15 __u8 version;
16 __u8 count;
17 __u8 pad02[6];
18 __u64 device[];
19 };
20 #endif