xref: /linux/drivers/gpu/drm/nouveau/include/nvif/if0004.h (revision c411ed854584a71b0e86ac3019b60e4789d88086)
1 #ifndef __NVIF_IF0004_H__
2 #define __NVIF_IF0004_H__
3 
4 #define NV04_NVSW_NTFY_UEVENT                                              0x00
5 
6 #define NV04_NVSW_GET_REF                                                  0x00
7 
8 struct nv04_nvsw_get_ref_v0 {
9 	__u8  version;
10 	__u8  pad01[3];
11 	__u32 ref;
12 };
13 #endif
14