diff options
Diffstat (limited to 'utils/hwstub/include/hwstub_protocol.h')
| -rw-r--r-- | utils/hwstub/include/hwstub_protocol.h | 7 |
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__ */ |