xref: /openbmc/phosphor-host-ipmid/include/ipmid-host/cmd.hpp (revision fbc6c9d743d22682f3753841071b8460ad50b5d9)
1 #include <ipmid-host/cmd-utils.hpp>
2 #include <sdbusplus/asio/connection.hpp>
3 
4 #include <memory>
5 
6 // Global Host Bound Command manager
7 extern void ipmid_send_cmd_to_host(phosphor::host::command::CommandHandler&&);
8 extern std::unique_ptr<sdbusplus::asio::connection>&
9     ipmid_get_sdbus_plus_handler();
10