summaryrefslogtreecommitdiffstats
path: root/ipmid-api.h
diff options
context:
space:
mode:
authorChris Austen <austenc@us.ibm.com>2015-10-21 15:41:43 -0500
committerChris Austen <austenc@us.ibm.com>2015-10-21 16:26:51 -0500
commit74e1d0983d07037de4a114b0057a545b206f034b (patch)
treee0d0f0376f49c4aeda0a4b7d1455eea3f8d4e0ea /ipmid-api.h
parent12ba3c3fd2c30a2e96c96b83693aa35f60cff9a4 (diff)
downloadphosphor-host-ipmid-74e1d0983d07037de4a114b0057a545b206f034b.tar.gz
phosphor-host-ipmid-74e1d0983d07037de4a114b0057a545b206f034b.zip
Add OEM NETFN
Diffstat (limited to 'ipmid-api.h')
-rwxr-xr-xipmid-api.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ipmid-api.h b/ipmid-api.h
index caf18e8..58810fa 100755
--- a/ipmid-api.h
+++ b/ipmid-api.h
@@ -70,7 +70,8 @@ enum ipmi_net_fns
NETFUN_STORAGE = (0x0a << 2),
NETFUN_TRANPORT = (0x0c << 2),
NETFUN_GRPEXT = (0x2c << 2),
- NETFUN_NONE = (0x30 << 2)
+ NETFUN_NONE = (0x30 << 2),
+ NETFUN_OEM = (0x32 << 2)
};
// IPMI commands for net functions. Since this is to be used both by the ipmi
OpenPOWER on IntegriCloud