summaryrefslogtreecommitdiffstats
path: root/host-ipmid/ipmid-host-cmd.hpp
blob: 4fd95a98197435fa32576d50d4593ae13ae662e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "ipmid-host-cmd-utils.hpp"

#include <memory>
#include <sdbusplus/bus.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&&);
OpenPOWER on IntegriCloud