summaryrefslogtreecommitdiff
path: root/include/led_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/led_common.h')
-rw-r--r--include/led_common.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/led_common.h b/include/led_common.h
index a66455b008..ddeb5f80a0 100644
--- a/include/led_common.h
+++ b/include/led_common.h
@@ -67,20 +67,4 @@ int led_set_brightness(enum ec_led_id led_id, const uint8_t *brightness);
*
*/
void led_enable(int enable);
-
-enum ec_led_state {
- LED_STATE_OFF = 0,
- LED_STATE_ON = 1,
- LED_STATE_RESET = 2,
-};
-
-/**
- * Control state of LED.
- *
- * @param led_id ID of LED to control
- * @param state 0=off, 1=on, 2=reset to default
- *
- */
-void led_control(enum ec_led_id id, enum ec_led_state state);
-
#endif /* __CROS_EC_LED_COMMON_H */