blob: 0634f619d44de29b31d6ab70670c8d8ba7adf9b6 [file] [log] [blame]
#pragma once
/** @brief Determine if host is running
*
* @return True if host running, False otherwise
*/
bool isHostRunning();