blob: 4fd95a98197435fa32576d50d4593ae13ae662e5 [file] [log] [blame]
Vishwanatha Subbanna6e8979d2017-07-13 16:48:20 +05301#include "ipmid-host-cmd-utils.hpp"
Vishwanatha Subbanna3eb117a2017-07-12 16:13:49 +05302
Patrick Venture0b02be92018-08-31 11:55:55 -07003#include <memory>
4#include <sdbusplus/bus.hpp>
5
Vishwanatha Subbanna3eb117a2017-07-12 16:13:49 +05306// Need this to use new sdbusplus compatible interfaces
Patrick Venture0b02be92018-08-31 11:55:55 -07007using sdbusPtr = std::unique_ptr<sdbusplus::bus::bus>;
Vishwanatha Subbanna3eb117a2017-07-12 16:13:49 +05308extern sdbusPtr& ipmid_get_sdbus_plus_handler();
9
10// Global Host Bound Command manager
11extern void ipmid_send_cmd_to_host(phosphor::host::command::CommandHandler&&);