/* SPDX-License-Identifier: MIT */ #ifndef __NVKM_ENUM_H__ #define __NVKM_ENUM_H__ #include <core/os.h> struct nvkm_enum { … }; const struct nvkm_enum *nvkm_enum_find(const struct nvkm_enum *, u32 value); struct nvkm_bitfield { … }; void nvkm_snprintbf(char *, int, const struct nvkm_bitfield *, u32 value); #endif