blob: 5c286eba5e2e81e46cf26b0bb38c9c004bc1c504 [file] [log] [blame]
#include "host-interface.hpp"
namespace phosphor
{
namespace host
{
void Host::execute(Command command)
{
// Future commits to build on
return;
}
} // namespace host
} // namepsace phosphor