#include "ipmid-host-cmd-utils.hpp" #include #include // Need this to use new sdbusplus compatible interfaces using sdbusPtr = std::unique_ptr; extern sdbusPtr& ipmid_get_sdbus_plus_handler(); // Global Host Bound Command manager extern void ipmid_send_cmd_to_host(phosphor::host::command::CommandHandler&&);