summaryrefslogtreecommitdiffstats
path: root/host-ipmid/ipmid-api.h
diff options
context:
space:
mode:
authorPeter Hanson <peterh@google.com>2017-06-07 17:40:45 -0700
committerVernon Mauery <vernon.mauery@linux.intel.com>2018-07-25 17:31:48 +0000
commit4a58985ce0cfb24bc0eb8678a4aa9a0ac42ba524 (patch)
treec267c333630f61e249a1f9fcc4144d8438241d75 /host-ipmid/ipmid-api.h
parent15309efc2c1cebadbabdb0ef5f74a38fb8b78cfd (diff)
downloadphosphor-host-ipmid-4a58985ce0cfb24bc0eb8678a4aa9a0ac42ba524.tar.gz
phosphor-host-ipmid-4a58985ce0cfb24bc0eb8678a4aa9a0ac42ba524.zip
Add OemRouter facility.
OemRouter adds a facility to register OEM Group Message handlers, then dispatch matching messages to the registered handler. Added as a core source so that any dynamic provider can register its messages without requiring any specific load order. Includes code fixes for x86 portability. Change-Id: I47b8fe7873e3c7fdf35a00d3c8a7e17d30c398c4 Signed-off-by: Peter Hanson <peterh@google.com> Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'host-ipmid/ipmid-api.h')
-rw-r--r--host-ipmid/ipmid-api.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/host-ipmid/ipmid-api.h b/host-ipmid/ipmid-api.h
index 5a2e81d..1bec851 100644
--- a/host-ipmid/ipmid-api.h
+++ b/host-ipmid/ipmid-api.h
@@ -93,6 +93,7 @@ enum ipmi_net_fns
NETFUN_STORAGE = 0x0a,
NETFUN_TRANSPORT = 0x0c,
NETFUN_GRPEXT = 0x2c,
+ NETFUN_OEM_GROUP = 0x2e,
NETFUN_NONE = 0x30,
NETFUN_OEM = 0x32,
NETFUN_IBM_OEM = 0x3A
OpenPOWER on IntegriCloud