Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 14 lines 241 B view raw
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#endif