summaryrefslogtreecommitdiff
path: root/include/fan.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fan.h')
-rw-r--r--include/fan.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/fan.h b/include/fan.h
index 5a2e010e18..2facf83d9f 100644
--- a/include/fan.h
+++ b/include/fan.h
@@ -116,4 +116,8 @@ enum fan_status fan_get_status(int ch);
/* Initialize the HW according to the desired flags */
void fan_channel_setup(int ch, unsigned int flags);
+int fan_get_count(void);
+
+void fan_set_count(int count);
+
#endif /* __CROS_EC_FAN_H */