blob: 5c286eba5e2e81e46cf26b0bb38c9c004bc1c504 [file] [log] [blame]
Andrew Geisslerdd2c6fd2017-03-16 15:53:20 -05001#include "host-interface.hpp"
2
3namespace phosphor
4{
5namespace host
6{
7
Andrew Geissler62817fa92017-03-20 14:20:49 -05008void Host::execute(Command command)
9{
10 // Future commits to build on
11 return;
12}
13
Andrew Geisslerdd2c6fd2017-03-16 15:53:20 -050014} // namespace host
15} // namepsace phosphor