Index: sources/storage/StorageGlobals.h =================================================================== diff -u -r1a9eb2756f33ec0387dd360e5c051ed9a04b9c1c -r59625af31d9009df82fa48310b54c0f247e829fc --- sources/storage/StorageGlobals.h (.../StorageGlobals.h) (revision 1a9eb2756f33ec0387dd360e5c051ed9a04b9c1c) +++ sources/storage/StorageGlobals.h (.../StorageGlobals.h) (revision 59625af31d9009df82fa48310b54c0f247e829fc) @@ -141,4 +141,7 @@ extern const char *USB_Unmount; extern const char *USB_Mount; + // Device Start Software Update + extern const char *Device_StartSoftwareUpdateScriptPath; + }