blob: e844e8f92aaba8fb3609485fb1099c89384dc23f [file] [log] [blame]
William A. Kennington III194375f2018-12-14 02:14:33 -08001#include <ipmid-host/cmd-utils.hpp>
Vernon Maueryfe6c6552019-02-27 10:05:14 -08002#include <sdbusplus/asio/connection.hpp>
Patrick Venture0b02be92018-08-31 11:55:55 -07003
Patrick Williamsfbc6c9d2023-05-10 07:50:16 -05004#include <memory>
5
Vishwanatha Subbanna3eb117a2017-07-12 16:13:49 +05306// Global Host Bound Command manager
7extern void ipmid_send_cmd_to_host(phosphor::host::command::CommandHandler&&);
Vernon Maueryfe6c6552019-02-27 10:05:14 -08008extern std::unique_ptr<sdbusplus::asio::connection>&
9 ipmid_get_sdbus_plus_handler();