Vishwanatha Subbanna | 3eb117a | 2017-07-12 16:13:49 +0530 | [diff] [blame] | 1 | #include <memory> |
| 2 | #include <sdbusplus/bus.hpp> |
Vishwanatha Subbanna | 6e8979d | 2017-07-13 16:48:20 +0530 | [diff] [blame] | 3 | #include "ipmid-host-cmd-utils.hpp" |
Vishwanatha Subbanna | 3eb117a | 2017-07-12 16:13:49 +0530 | [diff] [blame] | 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&&); |