1/* SPDX-License-Identifier: MIT */
2#ifndef __NVIF_IF0014_H__
3#define __NVIF_IF0014_H__
4
5union nvif_disp_chan_args {
6	struct nvif_disp_chan_v0 {
7		__u8  version;
8		__u8  id;
9		__u8  pad02[6];
10		__u64 pushbuf;
11	} v0;
12};
13#endif
14