summaryrefslogtreecommitdiff
path: root/utils/hwstub/include
diff options
context:
space:
mode:
Diffstat (limited to 'utils/hwstub/include')
-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 39d2f2ebfe..f767e50571 100644
--- a/utils/hwstub/include/hwstub_protocol.h
+++ b/utils/hwstub/include/hwstub_protocol.h
@@ -315,4 +315,11 @@ struct hwstub_exec_req_t
315 * Receive: no data 315 * Receive: no data
316 */ 316 */
317 317
318/**
319 * HWSERVER_EXEC:
320 * Execute code.
321 * Send: args[0] = handle ID, args[1] = addr, args[2] = flags, no data
322 * Receive: no data
323 */
324
318#endif /* __HWSTUB_PROTOCOL__ */ 325#endif /* __HWSTUB_PROTOCOL__ */