From dd0459e027105e66de146f7be36d85aade93f302 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Sat, 8 Sep 2018 09:27:16 -0700 Subject: add iana header to store OEM Numbers The iana.hpp header is installed to identify OEM IPMI numbers used, to avoid namespace conflicts. Change-Id: Ifd629817e3b921f86a5ea4cf2c2965a44a2d8201 Signed-off-by: Patrick Venture --- host-ipmid/oemrouter.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'host-ipmid/oemrouter.hpp') diff --git a/host-ipmid/oemrouter.hpp b/host-ipmid/oemrouter.hpp index d6f0735..fb12750 100644 --- a/host-ipmid/oemrouter.hpp +++ b/host-ipmid/oemrouter.hpp @@ -1,18 +1,18 @@ #pragma once +#include + #include #include #include +#include #include -#include "host-ipmid/ipmid-api.h" - namespace oem { constexpr size_t groupMagicSize = 3; using Group = std::array; -using Number = uint32_t; // smallest standard size >= 24. // Handler signature includes ipmi cmd to support wildcard cmd match. // Buffers and lengths exclude the OemGroup bytes in the IPMI message. -- cgit v1.2.1