summaryrefslogtreecommitdiff
path: root/include/pwm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pwm.h')
-rw-r--r--include/pwm.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/pwm.h b/include/pwm.h
index 26e5fa4686..edea50e954 100644
--- a/include/pwm.h
+++ b/include/pwm.h
@@ -10,9 +10,6 @@
#include "common.h"
-/* Initialize the module. */
-int pwm_init(void);
-
/* Enable/disable the fan. This should be called by whatever function
* enables the power supply to the fan. */
int pwm_enable_fan(int enable);
@@ -35,7 +32,4 @@ int pwm_get_keyboard_backlight(void);
/* Set the keyboard backlight percentage (0=off, 100=max). */
int pwm_set_keyboard_backlight(int percent);
-/* Set the power LED brightness to the specified percent (0=off, 100=max). */
-int pwm_set_power_led(int percent);
-
#endif /* __CROS_EC_PWM_H */