/* SPDX-License-Identifier: MIT */ #ifndef __NVBIOS_VPSTATE_H__ #define __NVBIOS_VPSTATE_H__ struct nvbios_vpstate_header { … }; struct nvbios_vpstate_entry { … }; int nvbios_vpstate_parse(struct nvkm_bios *, struct nvbios_vpstate_header *); int nvbios_vpstate_entry(struct nvkm_bios *, struct nvbios_vpstate_header *, u8 idx, struct nvbios_vpstate_entry *); #endif