blob: adea960efb4b8bcc8f60c8893ffae588aae9b70a [file] [log] [blame]
William A. Kennington III194375f2018-12-14 02:14:33 -08001#include <ipmid-host/cmd-utils.hpp>
Patrick Venture0b02be92018-08-31 11:55:55 -07002#include <memory>
3#include <sdbusplus/bus.hpp>
4
Vishwanatha Subbanna3eb117a2017-07-12 16:13:49 +05305// Need this to use new sdbusplus compatible interfaces
Patrick Venture0b02be92018-08-31 11:55:55 -07006using sdbusPtr = std::unique_ptr<sdbusplus::bus::bus>;
Vishwanatha Subbanna3eb117a2017-07-12 16:13:49 +05307extern sdbusPtr& ipmid_get_sdbus_plus_handler();
8
9// Global Host Bound Command manager
10extern void ipmid_send_cmd_to_host(phosphor::host::command::CommandHandler&&);