diff options
-rw-r--r-- | contexthub/1.0/IContexthub.hal | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/contexthub/1.0/IContexthub.hal b/contexthub/1.0/IContexthub.hal index 2c864a2625..1d136d32b1 100644 --- a/contexthub/1.0/IContexthub.hal +++ b/contexthub/1.0/IContexthub.hal @@ -161,18 +161,4 @@ interface IContexthub { * */ queryApps(uint32_t hubId) generates (Result result); - - /** - * Reboots context hub OS, restarts all the nanoApps. - * No reboot notification is sent to nanoApps; reboot happens immediately - * and unconditionally; all volatile contexthub state and any data is lost - * as a result. - * - * @param hubId identifer of the contextHub - * - * @return result OK on success - * BAD_VALUE if parameters are not sane - * - */ - reboot(uint32_t hubId) generates (Result result); }; |