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> |
Vernon Mauery | fe6c655 | 2019-02-27 10:05:14 -0800 | [diff] [blame] | 3 | #include <sdbusplus/asio/connection.hpp> |
Patrick Venture | 0b02be9 | 2018-08-31 11:55:55 -0700 | [diff] [blame] | 4 | |
Vishwanatha Subbanna | 3eb117a | 2017-07-12 16:13:49 +0530 | [diff] [blame] | 5 | // Global Host Bound Command manager |
| 6 | extern void ipmid_send_cmd_to_host(phosphor::host::command::CommandHandler&&); |
Vernon Mauery | fe6c655 | 2019-02-27 10:05:14 -0800 | [diff] [blame] | 7 | extern std::unique_ptr<sdbusplus::asio::connection>& |
| 8 | ipmid_get_sdbus_plus_handler(); |