blob: 6541baedc4c43f629187d78844ef052cd3a537f2 [file] [log] [blame]
#include <memory>
#include <sdbusplus/bus.hpp>
#include "ipmid-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&&);