summaryrefslogtreecommitdiffstats
path: root/ipmid-host-cmd.hpp
diff options
context:
space:
mode:
authorVishwanatha Subbanna <vishwa@linux.vnet.ibm.com>2017-07-13 16:48:20 +0530
committerPatrick Williams <patrick@stwcx.xyz>2017-08-14 18:47:08 +0000
commit6e8979d2be1d0c874fa44eb9f501da23c984037e (patch)
tree0d271fece55fa4526579a367097b6e21775bbf0d /ipmid-host-cmd.hpp
parent3eb117a322aca11f049bb05beea5eb2f6385cb8e (diff)
downloadphosphor-host-ipmid-6e8979d2be1d0c874fa44eb9f501da23c984037e.tar.gz
phosphor-host-ipmid-6e8979d2be1d0c874fa44eb9f501da23c984037e.zip
Make host command manager accessible by OpenPower OEM
Since OpenPower Host IPMI OEM also needs to use the Host Command manager, need to place the files in appropriate directories and make needed changes. Change-Id: I7536a0ff1e53a844ec05f73c4e0605cbf4341465 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
Diffstat (limited to 'ipmid-host-cmd.hpp')
-rw-r--r--ipmid-host-cmd.hpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/ipmid-host-cmd.hpp b/ipmid-host-cmd.hpp
deleted file mode 100644
index 7ef8b39..0000000
--- a/ipmid-host-cmd.hpp
+++ /dev/null
@@ -1,10 +0,0 @@
-#include <memory>
-#include <sdbusplus/bus.hpp>
-#include <host-cmd-utils.hpp>
-
-// Need this to use new sdbusplus compatible interfaces
-using sdbusPtr = std::unique_ptr<sdbusplus::bus::bus>;
-extern sdbusPtr& ipmid_get_sdbus_plus_handler();
-
-// Global Host Bound Command manager
-extern void ipmid_send_cmd_to_host(phosphor::host::command::CommandHandler&&);
OpenPOWER on IntegriCloud