From a36694eb4a1905ec45593ceff2fc20d7eff7c8d8 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Tue, 2 Aug 2016 15:37:30 +0100 Subject: 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 --- utils/hwstub/include/hwstub_protocol.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'utils/hwstub/include/hwstub_protocol.h') 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 * 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__ */ -- cgit v1.2.3