summaryrefslogtreecommitdiffstats
path: root/ipmi
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-09-19 10:06:30 -0700
committerPatrick Venture <venture@google.com>2018-09-19 10:10:29 -0700
commit07c3a80e092705e22158b37825c628df5f59dbf7 (patch)
treecbf34e480a80ad6a49055c1f6d76617b24eb8a7d /ipmi
parent22c257abd27fd76ed5280ef5c717eef1f28bfca9 (diff)
downloadphosphor-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>
Diffstat (limited to 'ipmi')
-rw-r--r--ipmi/manualcmds.cpp10
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,
OpenPOWER on IntegriCloud