mirror of
https://github.com/torvalds/linux.git
synced 2026-04-25 01:52:32 -04:00
This was once used by userspace tools (with nvkm built as a library), but is now unused. Signed-off-by: Ben Skeggs <bskeggs@nvidia.com> Signed-off-by: Danilo Krummrich <dakr@kernel.org> Link: https://patchwork.freedesktop.org/patch/msgid/20240726043828.58966-22-bskeggs@nvidia.com
11 lines
172 B
C
11 lines
172 B
C
/* 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
|