From fe6c655860641696ddad96f24de92001ab3459ff Mon Sep 17 00:00:00 2001 From: Vernon Mauery Date: Wed, 27 Feb 2019 10:05:14 -0800 Subject: Add back an interface used by an external provider The move to the new API removed the ipmid_get_sdbus_plus_handler interface because it looked like it was self-contained in the executable, not realizing it was needed by an external provider. Change-Id: I75bb898294cc59cae7d291f7a6a6ed1e61d62903 Signed-off-by: Vernon Mauery --- include/ipmid-host/cmd.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/ipmid-host') diff --git a/include/ipmid-host/cmd.hpp b/include/ipmid-host/cmd.hpp index e46c485..ca73bd2 100644 --- a/include/ipmid-host/cmd.hpp +++ b/include/ipmid-host/cmd.hpp @@ -1,6 +1,8 @@ #include #include -#include +#include // Global Host Bound Command manager extern void ipmid_send_cmd_to_host(phosphor::host::command::CommandHandler&&); +extern std::unique_ptr& + ipmid_get_sdbus_plus_handler(); -- cgit v1.2.1