commit | 785cf6a5ed91bf8387f4e99c891c1756f6776f7e | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Mon Jun 28 00:16:35 2021 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Mon Jun 28 11:32:14 2021 -0500 |
tree | 8bfaf05cad196f3791589495e7a9448fdfc4b22d | |
parent | e04c1173c1d76575fd1cf968d421bdf1dec82606 [diff] |
pdbg v3.3 related changes Separate sbe api into new header libpdbg_sbe.h related changes. Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I9ec660067ddae0bcc61fde016aa764976263e5a4
diff --git a/procedures/common/enter_mpreboot.cpp b/procedures/common/enter_mpreboot.cpp index 99e559f..ca41567 100644 --- a/procedures/common/enter_mpreboot.cpp +++ b/procedures/common/enter_mpreboot.cpp
@@ -16,7 +16,12 @@ #include "registration.hpp" +extern "C" +{ #include <libpdbg.h> +#include <libpdbg_sbe.h> +} + #include <sys/wait.h> #include <unistd.h>
diff --git a/procedures/p9/start_host_mpreboot.cpp b/procedures/p9/start_host_mpreboot.cpp index 8c02810..80aebc3 100644 --- a/procedures/p9/start_host_mpreboot.cpp +++ b/procedures/p9/start_host_mpreboot.cpp
@@ -19,7 +19,11 @@ #include "registration.hpp" #include "targeting.hpp" +extern "C" +{ #include <libpdbg.h> +#include <libpdbg_sbe.h> +} #include <phosphor-logging/log.hpp> namespace openpower