William A. Kennington III | 194375f | 2018-12-14 02:14:33 -0800 | [diff] [blame] | 1 | #include <ipmid-host/cmd-utils.hpp> |
Patrick Venture | 0b02be9 | 2018-08-31 11:55:55 -0700 | [diff] [blame] | 2 | #include <memory> |
| 3 | #include <sdbusplus/bus.hpp> |
| 4 | |
Vishwanatha Subbanna | 3eb117a | 2017-07-12 16:13:49 +0530 | [diff] [blame] | 5 | // Need this to use new sdbusplus compatible interfaces |
Patrick Venture | 0b02be9 | 2018-08-31 11:55:55 -0700 | [diff] [blame] | 6 | using sdbusPtr = std::unique_ptr<sdbusplus::bus::bus>; |
Vishwanatha Subbanna | 3eb117a | 2017-07-12 16:13:49 +0530 | [diff] [blame] | 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&&); |