blob: 9ef7302bd4be638043e1631bc334a2d8a2a9c055 [file] [log] [blame]
#pragma once
#include <cstddef>
namespace phosphor
{
namespace state
{
namespace manager
{
/** @brief Determine if host is running
*
* @return True if host running, False otherwise
*/
bool isHostRunning(size_t hostId = 0);
} // namespace manager
} // namespace state
} // namespace phosphor