summaryrefslogtreecommitdiff
path: root/chip/ish/ipc.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/ish/ipc.h')
-rw-r--r--chip/ish/ipc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chip/ish/ipc.h b/chip/ish/ipc.h
index 72968e94c4..7781e5f55c 100644
--- a/chip/ish/ipc.h
+++ b/chip/ish/ipc.h
@@ -17,6 +17,7 @@
#define IPC_PROTOCOL_MNG 3 /* Management protocol */
#define IPC_PROTOCOL_ECP 4 /* EC protocol */
#define MNG_TIME_UPDATE 5
+#define MNG_HC_FW_READY 8 /* host command ready */
#define EVENT_FLAG_BIT_READ_IPC (1<<0)
#define EVENT_FLAG_BIT_WRITE_IPC (1<<2)