1 /* SPDX-License-Identifier: MIT */
2 #ifndef __NVBIOS_ICCSENSE_H__
3 #define __NVBIOS_ICCSENSE_H__
4 struct pwr_rail_resistor_t
{
13 struct pwr_rail_resistor_t resistors
[3];
17 struct nvbios_iccsense
{
19 struct pwr_rail_t
*rail
;
22 int nvbios_iccsense_parse(struct nvkm_bios
*, struct nvbios_iccsense
*);