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:
parent
56340f4cd0
commit
a36694eb4a
3 changed files with 90 additions and 12 deletions
|
|
@ -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__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue