summaryrefslogtreecommitdiff
path: root/utils/hwstub/include
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2016-08-02 15:37:30 +0100
committerAmaury Pouly <amaury.pouly@gmail.com>2017-01-24 15:25:14 +0100
commita36694eb4a1905ec45593ceff2fc20d7eff7c8d8 (patch)
tree8f52469d15940a2df599e5f0f97e73d4fecc1e3f /utils/hwstub/include
parent56340f4cd0a6ab318a52d2a62ded36aad2946e1d (diff)
downloadrockbox-a36694eb4a1905ec45593ceff2fc20d7eff7c8d8.tar.gz
rockbox-a36694eb4a1905ec45593ceff2fc20d7eff7c8d8.zip
hwstub: implement EXEC command over net
Apparently I completely forgot to implement it so using hwstub over net would just fail all EXEC commands :-s Change-Id: I0d0506cbbce9b86c9a4f19036dacc922d1e51338
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__ */