1 #include <ipmid-host/cmd-utils.hpp> 2 #include <memory> 3 #include <sdbusplus/bus.hpp> 4 5 // Need this to use new sdbusplus compatible interfaces 6 using sdbusPtr = std::unique_ptr<sdbusplus::bus::bus>; 7 extern sdbusPtr& ipmid_get_sdbus_plus_handler(); 8 9 // Global Host Bound Command manager 10 extern void ipmid_send_cmd_to_host(phosphor::host::command::CommandHandler&&); 11