summaryrefslogtreecommitdiff
path: root/include/ec_commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ec_commands.h')
-rw-r--r--include/ec_commands.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ec_commands.h b/include/ec_commands.h
index cecf44e000..99d5bb90c3 100644
--- a/include/ec_commands.h
+++ b/include/ec_commands.h
@@ -612,7 +612,7 @@ struct ec_params_lightbar_cmd {
struct num {
uint8_t cmd;
uint8_t num;
- } brightness, seq;
+ } brightness, seq, demo;
struct reg {
uint8_t cmd;
@@ -636,7 +636,7 @@ struct ec_params_lightbar_cmd {
} get_seq;
struct {
/* no return params */
- } off, on, init, brightness, seq, reg, rgb;
+ } off, on, init, brightness, seq, reg, rgb, demo;
} out;
};
} __packed;