summaryrefslogtreecommitdiffstats
path: root/host-interface.cpp
blob: 5c286eba5e2e81e46cf26b0bb38c9c004bc1c504 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include "host-interface.hpp"

namespace phosphor
{
namespace host
{

void Host::execute(Command command)
{
    // Future commits to build on
    return;
}

} // namespace host
} // namepsace phosphor
OpenPOWER on IntegriCloud