#include "host-interface.hpp" namespace phosphor { namespace host { void Host::execute(Command command) { // Future commits to build on return; } } // namespace host } // namepsace phosphor