blob: a2b8eccb808329f1f7e6904e2a0e691622a80167 [file] [log] [blame]
#pragma once
#include <string>
namespace watchdog
{
namespace dump
{
/**
* @brief Transition the host state
*
* @param target - the target to transition the host to
*/
void transitionHost(const std::string& target);
/** @brief Read state of autoreboot property via dbus */
bool isAutoRebootEnabled();
} // namespace dump
} // namespace watchdog