blob: c06383835337120a24445c87ad78c2e4dc1855ae (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
/* SPDX-License-Identifier: MIT */
#ifndef __NVIF_IF0000_H__
#define __NVIF_IF0000_H__
struct nvif_client_v0 {
__u8 version;
__u8 pad01[7];
char name[32];
};
#endif
|