brintos

brintos / linux-shallow public Read only

0
0
Text · 241 B · 4c835bb Raw
15 lines · c
1/* SPDX-License-Identifier: MIT */2#ifndef __NVIF_IF0010_H__3#define __NVIF_IF0010_H__4 5union nvif_disp_args {6	struct nvif_disp_v0 {7		__u8 version;8		__u8 pad01[3];9		__u32 conn_mask;10		__u32 outp_mask;11		__u32 head_mask;12	} v0;13};14#endif15