#pragma once | |
namespace phosphor | |
{ | |
namespace state | |
{ | |
namespace manager | |
{ | |
/** @brief Determine if host is running | |
* | |
* @return True if host running, False otherwise | |
*/ | |
bool isHostRunning(); | |
} // namespace manager | |
} // namespace state | |
} // namespace phosphor |