summaryrefslogtreecommitdiffstats
path: root/include/ipmid-host/cmd.hpp
blob: ca73bd2c695e1fe80d5be1f81a5a2e2adc1922fd (plain)
1
2
3
4
5
6
7
8
#include <ipmid-host/cmd-utils.hpp>
#include <memory>
#include <sdbusplus/asio/connection.hpp>

// Global Host Bound Command manager
extern void ipmid_send_cmd_to_host(phosphor::host::command::CommandHandler&&);
extern std::unique_ptr<sdbusplus::asio::connection>&
    ipmid_get_sdbus_plus_handler();
OpenPOWER on IntegriCloud