xref: /linux/drivers/gpu/drm/nouveau/include/nvif/if0000.h (revision 3a39d672e7f48b8d6b91a09afa4b55352773b4b5)
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 	char  name[32];
9 };
10 #endif
11