]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/gpu/drm/nouveau/include/nvif/if0000.h
drm/nouveau/core/client: allow creation of subclients
[karo-tx-linux.git] / drivers / gpu / drm / nouveau / include / nvif / if0000.h
index 18bbd823677d7cfcd83b21d7fa52fb99883c3042..c2c0fc41e01772db64cd7e166f0d492b6c755dd5 100644 (file)
@@ -1,6 +1,13 @@
 #ifndef __NVIF_IF0000_H__
 #define __NVIF_IF0000_H__
 
+struct nvif_client_v0 {
+       __u8  version;
+       __u8  pad01[7];
+       __u64 device;
+       char  name[32];
+};
+
 #define NVIF_CLIENT_V0_DEVLIST                                             0x00
 
 struct nvif_client_devlist_v0 {