xref: /linux/drivers/gpu/drm/nouveau/include/nvif/if0000.h (revision 071bf69a0220253a44acb8b2a27f7a262b9a46bf)
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