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