Index: sources/update/Package.h =================================================================== diff -u -r20b370a54d2737831b307a0de82aec9e06e2b772 -r61c46e9379ca82d826fbe7fae018b8362a107d9d --- sources/update/Package.h (.../Package.h) (revision 20b370a54d2737831b307a0de82aec9e06e2b772) +++ sources/update/Package.h (.../Package.h) (revision 61c46e9379ca82d826fbe7fae018b8362a107d9d) @@ -248,6 +248,9 @@ bool copyUpdate(const std::string& fullNamePath, const std::string& cacheDirectory, uint32 maxCacheSize); std::string getScriptIfAny(); + + // Reboot to run the firmware (both HD and DG) apps if they are valid. + void rebootFW(); protected: bool parseInternal(FILE *fp);