xref: /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/if0004.h (revision 41ec02673d281bbb3d38e6c78504ce6e30c228c1)
1 /*	$NetBSD: if0004.h,v 1.2 2021/12/18 23:45:33 riastradh Exp $	*/
2 
3 /* SPDX-License-Identifier: MIT */
4 #ifndef __NVIF_IF0004_H__
5 #define __NVIF_IF0004_H__
6 
7 #define NV04_NVSW_NTFY_UEVENT                                              0x00
8 
9 #define NV04_NVSW_GET_REF                                                  0x00
10 
11 struct nv04_nvsw_get_ref_v0 {
12 	__u8  version;
13 	__u8  pad01[3];
14 	__u32 ref;
15 };
16 #endif
17