summaryrefslogtreecommitdiffstats
path: root/ipmid-api.h
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2015-10-21 21:42:33 -0500
committerPatrick Williams <patrick@stwcx.xyz>2015-10-21 21:42:33 -0500
commita80cc628162403f4c12070ccf930fb54b1a194a9 (patch)
tree70228dbb3f353f03dc3359cbfdc52ac69761598a /ipmid-api.h
parentae1372e7ccebab197c78ba7b0836b1fd9af1702c (diff)
parent74e1d0983d07037de4a114b0057a545b206f034b (diff)
downloadphosphor-host-ipmid-a80cc628162403f4c12070ccf930fb54b1a194a9.tar.gz
phosphor-host-ipmid-a80cc628162403f4c12070ccf930fb54b1a194a9.zip
Merge pull request #16 from causten/oemenum
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 588dd24..f028e7f 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