brintos

brintos / linux-shallow public Read only

0
0
Text · 225 B · be03628 Raw
14 lines · c
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#endif14