1 #ifndef __NVIF_IF0000_H__
2 #define __NVIF_IF0000_H__
3 
4 #define NV_CLIENT_DEVLIST                                                  0x00
5 
6 struct nv_client_devlist_v0 {
7 	__u8  version;
8 	__u8  count;
9 	__u8  pad02[6];
10 	__u64 device[];
11 };
12 #endif
13