summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/fan.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/fan.h b/include/fan.h
index a8352987d8..bd94ba8bd1 100644
--- a/include/fan.h
+++ b/include/fan.h
@@ -11,7 +11,9 @@
/* Characteristic of each physical fan */
struct fan_t {
unsigned int flags;
+ /* rpm_min is to keep turning. rpm_start is to begin turning */
int rpm_min;
+ int rpm_start;
int rpm_max;
/* Hardware channel number (the meaning is chip-specific) */
int ch;