2019-06-19 20:13:43 -04:00
|
|
|
/* SPDX-License-Identifier: MIT */
|
2015-11-08 12:26:01 +10:00
|
|
|
#ifndef __NVIF_IF0000_H__
|
|
|
|
#define __NVIF_IF0000_H__
|
|
|
|
|
2016-05-22 20:35:16 +10:00
|
|
|
struct nvif_client_v0 {
|
|
|
|
__u8 version;
|
|
|
|
__u8 pad01[7];
|
|
|
|
char name[32];
|
|
|
|
};
|
2015-11-08 12:26:01 +10:00
|
|
|
#endif
|