summaryrefslogtreecommitdiff
path: root/include/lightbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lightbar.h')
-rw-r--r--include/lightbar.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/lightbar.h b/include/lightbar.h
index ea48314904..4f284a43b6 100644
--- a/include/lightbar.h
+++ b/include/lightbar.h
@@ -25,21 +25,6 @@ void lightbar_sequence(enum lightbar_sequence s);
/****************************************************************************/
/* External stuff */
-/* These are the commands available to the EC console or via LPC. */
-enum lightbar_command {
- LIGHTBAR_CMD_DUMP,
- LIGHTBAR_CMD_OFF,
- LIGHTBAR_CMD_ON,
- LIGHTBAR_CMD_INIT,
- LIGHTBAR_CMD_BRIGHTNESS,
- LIGHTBAR_CMD_SEQ,
- LIGHTBAR_CMD_REG,
- LIGHTBAR_CMD_RGB,
- LIGHTBAR_CMD_GET_SEQ,
- LIGHTBAR_CMD_DEMO,
- LIGHTBAR_NUM_CMDS
-};
-
/* These are used for demo purposes */
extern void demo_battery_level(int inc);
extern void demo_is_charging(int ischarge);