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