From 62817fa92d7a728e2b4d045019776cab0809289f Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Mon, 20 Mar 2017 14:20:49 -0500 Subject: Register new Control.Host bus in ipmid This sets up the framework for future commits to implement the required interfaces and signals in Control.Host Change-Id: I43cd7d3047ed9cfbf1a01e7ba3a0310e9d47c307 Signed-off-by: Andrew Geissler --- host-interface.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'host-interface.cpp') 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 -- cgit v1.2.1