blob: 6541baedc4c43f629187d78844ef052cd3a537f2 [file] [log] [blame]
Vishwanatha Subbanna3eb117a2017-07-12 16:13:49 +05301#include <memory>
2#include <sdbusplus/bus.hpp>
Vishwanatha Subbanna6e8979d2017-07-13 16:48:20 +05303#include "ipmid-host-cmd-utils.hpp"
Vishwanatha Subbanna3eb117a2017-07-12 16:13:49 +05304
5// Need this to use new sdbusplus compatible interfaces
6using sdbusPtr = std::unique_ptr<sdbusplus::bus::bus>;
7extern sdbusPtr& ipmid_get_sdbus_plus_handler();
8
9// Global Host Bound Command manager
10extern void ipmid_send_cmd_to_host(phosphor::host::command::CommandHandler&&);