mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-09-02 09:32:59 +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
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
|