blob: 7ef8b3989dd49e684d74431c73c1890ee3582aac [file] [log] [blame]
Vishwanatha Subbanna3eb117a2017-07-12 16:13:49 +05301#include <memory>
2#include <sdbusplus/bus.hpp>
3#include <host-cmd-utils.hpp>
4
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&&);