brintos

brintos / linux-shallow public Read only

0
0
Text · 172 B · c063838 Raw
11 lines · c
1/* SPDX-License-Identifier: MIT */2#ifndef __NVIF_IF0000_H__3#define __NVIF_IF0000_H__4 5struct nvif_client_v0 {6	__u8  version;7	__u8  pad01[7];8	char  name[32];9};10#endif11