4 #include "libaktualizr/config.h"
11 void setBootOK()
const;
12 void updateNotify()
const;
21 bool supportRebootDetection()
const;
22 bool rebootDetected()
const;
24 void rebootFlagClear();
25 void reboot(
bool fake_reboot =
false);
31 boost::filesystem::path reboot_sentinel_;
32 std::string reboot_command_;
33 bool reboot_detect_supported_{
false};
36 #endif // BOOTLOADER_H_