17 lines · c
1/* SPDX-License-Identifier: MIT */2#ifndef __NVIF_IF0021_H__3#define __NVIF_IF0021_H__4 5union nvif_cgrp_args {6 struct nvif_cgrp_v0 {7 __u8 version;8 __u8 namelen;9 __u8 runlist;10 __u8 pad03[3];11 __u16 cgid;12 __u64 vmm;13 __u8 name[];14 } v0;15};16#endif17