We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8386366 commit fe303afCopy full SHA for fe303af
1 file changed
src/include/ipc4/header.h
@@ -88,9 +88,11 @@ enum ipc4_message_type {
88
/**< Notification (FW to SW driver) */
89
SOF_IPC4_GLB_NOTIFICATION = 27,
90
/* GAP HERE- DO NOT USE - size 3 (28 .. 30) */
91
+ /**< Enter GDB stub to wait for commands in memory window */
92
+ SOF_IPC4_GLB_ENTER_GDB = 31,
93
94
/**< Maximum message number */
- SOF_IPC4_GLB_MAX_IXC_MESSAGE_TYPE = 31
95
+ SOF_IPC4_GLB_MAX_IXC_MESSAGE_TYPE = 32
96
};
97
98
/**
0 commit comments