mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00: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
10 lines
172 B
C
10 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
|