summaryrefslogtreecommitdiff
path: root/utils/hwstub/include/hwstub_protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/hwstub/include/hwstub_protocol.h')
-rw-r--r--utils/hwstub/include/hwstub_protocol.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/utils/hwstub/include/hwstub_protocol.h b/utils/hwstub/include/hwstub_protocol.h
index 39d2f2e..f767e50 100644
--- a/utils/hwstub/include/hwstub_protocol.h
+++ b/utils/hwstub/include/hwstub_protocol.h
@@ -315,4 +315,11 @@ struct hwstub_exec_req_t
* Receive: no data
*/
+/**
+ * HWSERVER_EXEC:
+ * Execute code.
+ * Send: args[0] = handle ID, args[1] = addr, args[2] = flags, no data
+ * Receive: no data
+ */
+
#endif /* __HWSTUB_PROTOCOL__ */