summaryrefslogtreecommitdiffstats
path: root/include/ipmid/iana.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ipmid/iana.hpp')
-rw-r--r--include/ipmid/iana.hpp19
1 files changed, 19 insertions, 0 deletions
diff --git a/include/ipmid/iana.hpp b/include/ipmid/iana.hpp
new file mode 100644
index 0000000..aa9e173
--- /dev/null
+++ b/include/ipmid/iana.hpp
@@ -0,0 +1,19 @@
+#pragma once
+
+#include <cstdint>
+
+namespace oem
+{
+using Number = std::uint32_t; // smallest standard size >= 24.
+
+/*
+ * This is the OpenBMC IANA OEM Number
+ */
+constexpr Number obmcOemNumber = 49871;
+
+/*
+ * This is the Google IANA OEM Number
+ */
+constexpr Number googOemNumber = 11129;
+
+} // namespace oem
OpenPOWER on IntegriCloud