diff options
Diffstat (limited to 'src/superio/fintek/f71869ad/chip.h')
-rw-r--r-- | src/superio/fintek/f71869ad/chip.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/superio/fintek/f71869ad/chip.h b/src/superio/fintek/f71869ad/chip.h index 4e4323edd7..42d451dbee 100644 --- a/src/superio/fintek/f71869ad/chip.h +++ b/src/superio/fintek/f71869ad/chip.h @@ -37,6 +37,7 @@ struct superio_fintek_f71869ad_config { uint8_t hwm_fan1_seg2_speed_count; uint8_t hwm_fan1_seg3_speed_count; uint8_t hwm_fan1_temp_map_sel; + uint8_t hwm_temp_sensor_type; }; #endif /* SUPERIO_FINTEK_F71869AD_CHIP_H */ |