summaryrefslogtreecommitdiffstats
path: root/apphandler.h
diff options
context:
space:
mode:
authorvishwabmc <vishwanath@in.ibm.com>2015-09-30 16:50:23 +0530
committervishwabmc <vishwanath@in.ibm.com>2015-10-09 00:11:27 +0530
commitba0bd5fc0a2386709615f12dbc4b632036c2c1b3 (patch)
treecd2d80af391024bf11740e96ac0c39956dafe67d /apphandler.h
parent48e9b17ba322ea2d6bbce349900f4ce77135b1e4 (diff)
downloadphosphor-host-ipmid-ba0bd5fc0a2386709615f12dbc4b632036c2c1b3.tar.gz
phosphor-host-ipmid-ba0bd5fc0a2386709615f12dbc4b632036c2c1b3.zip
Final IPMI Net Function router
Diffstat (limited to 'apphandler.h')
-rw-r--r--apphandler.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/apphandler.h b/apphandler.h
new file mode 100644
index 0000000..602801b
--- /dev/null
+++ b/apphandler.h
@@ -0,0 +1,11 @@
+#ifndef __HOST_IPMI_APP_HANDLER_H__
+#define __HOST_IPMI_APP_HANDLER_H__
+
+// IPMI commands for net functions.
+enum ipmi_netfn_app_cmds
+{
+ // Get capability bits
+ IPMI_CMD_GET_CAP_BIT = 0x36,
+};
+
+#endif
OpenPOWER on IntegriCloud