summaryrefslogtreecommitdiffstats
path: root/host-interface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'host-interface.cpp')
-rw-r--r--host-interface.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/host-interface.cpp b/host-interface.cpp
index 010eef1..5c286eb 100644
--- a/host-interface.cpp
+++ b/host-interface.cpp
@@ -5,5 +5,11 @@ namespace phosphor
namespace host
{
+void Host::execute(Command command)
+{
+ // Future commits to build on
+ return;
+}
+
} // namespace host
} // namepsace phosphor
OpenPOWER on IntegriCloud