summaryrefslogtreecommitdiff
path: root/include/pwm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pwm.h')
-rw-r--r--include/pwm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/pwm.h b/include/pwm.h
index ff76c89744..cbf11c5e95 100644
--- a/include/pwm.h
+++ b/include/pwm.h
@@ -13,6 +13,10 @@
/* Initializes the module. */
int pwm_init(void);
+/* Enables/disables the fan. This should be called by whatever function
+ * enables the power supply to the fan. */
+int pwm_enable_fan(int enable);
+
/* Gets the current fan RPM. */
int pwm_get_fan_rpm(void);