1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Amaury Pouly 2016-08-02 15:37:30 +01:00
parent 56340f4cd0
commit a36694eb4a
3 changed files with 90 additions and 12 deletions

View file

@ -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__ */