From 1810bec9fc678fa49d3f282347220a6ecf046070 Mon Sep 17 00:00:00 2001 From: Chris Austen Date: Tue, 13 Oct 2015 12:12:39 -0500 Subject: Add support for the the dcmi package --- dcmihandler.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 dcmihandler.h (limited to 'dcmihandler.h') diff --git a/dcmihandler.h b/dcmihandler.h new file mode 100644 index 0000000..5fc0c10 --- /dev/null +++ b/dcmihandler.h @@ -0,0 +1,12 @@ +#ifndef __HOST_IPMI_DCMI_HANDLER_H__ +#define __HOST_IPMI_DCMI_HANDLER_H__ + +// IPMI commands for net functions. +enum ipmi_netfn_sen_cmds +{ + // Get capability bits + IPMI_CMD_DCMI_GET_POWER = 0x03, + +}; + +#endif -- cgit v1.2.1