xref: /linux/drivers/gpu/drm/nouveau/include/nvif/if0020.h (revision 8c880fd4c155d9b1b3e294169d7dc3f3a1e04bd3)
1 /* SPDX-License-Identifier: MIT */
2 #ifndef __NVIF_IF0020_H__
3 #define __NVIF_IF0020_H__
4 
5 union nvif_chan_event_args {
6 	struct nvif_chan_event_v0 {
7 		__u8 version;
8 #define NVIF_CHAN_EVENT_V0_NON_STALL_INTR 0x00
9 		__u8 type;
10 	} v0;
11 };
12 #endif
13