diff options
| author | Patrick Venture <venture@google.com> | 2018-09-19 10:06:30 -0700 |
|---|---|---|
| committer | Patrick Venture <venture@google.com> | 2018-09-19 10:10:29 -0700 |
| commit | 07c3a80e092705e22158b37825c628df5f59dbf7 (patch) | |
| tree | cbf34e480a80ad6a49055c1f6d76617b24eb8a7d | |
| parent | 22c257abd27fd76ed5280ef5c717eef1f28bfca9 (diff) | |
| download | phosphor-pid-control-07c3a80e092705e22158b37825c628df5f59dbf7.tar.gz phosphor-pid-control-07c3a80e092705e22158b37825c628df5f59dbf7.zip | |
ipmi: add iana header for openbmc oen
Add the iana header that exposes the openbmc oen.
Change-Id: I232b23967853c305202d29adadfaa4a088f01e38
Signed-off-by: Patrick Venture <venture@google.com>
| -rw-r--r-- | ipmi/manualcmds.cpp | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/ipmi/manualcmds.cpp b/ipmi/manualcmds.cpp index a82dfa6..45610cb 100644 --- a/ipmi/manualcmds.cpp +++ b/ipmi/manualcmds.cpp @@ -14,19 +14,17 @@ * limitations under the License. */ -//#include <stdint.h> - -#include "host-ipmid/oemopenbmc.hpp" -#include "host-ipmid/oemrouter.hpp" +#include <host-ipmid/ipmid-api.h> +#include <host-ipmid/iana.hpp> +#include <host-ipmid/oemopenbmc.hpp> +#include <host-ipmid/oemrouter.hpp> #include <map> #include <sdbusplus/bus.hpp> #include <sdbusplus/message.hpp> #include <string> #include <tuple> -#include "host-ipmid/ipmid-api.h" - enum ManualSubCmd { GET_CONTROL_STATE = 0, |

