/* SPDX-License-Identifier: MIT */ #ifndef __NVBIOS_ICCSENSE_H__ #define __NVBIOS_ICCSENSE_H__ struct pwr_rail_resistor_t { … }; struct pwr_rail_t { … }; struct nvbios_iccsense { … }; int nvbios_iccsense_parse(struct nvkm_bios *, struct nvbios_iccsense *); #endif