blob: 5fc0c10d8886c0c18e668603860a8f669418abd5 [file] [log] [blame]
Chris Austen1810bec2015-10-13 12:12:39 -05001#ifndef __HOST_IPMI_DCMI_HANDLER_H__
2#define __HOST_IPMI_DCMI_HANDLER_H__
3
4// IPMI commands for net functions.
5enum ipmi_netfn_sen_cmds
6{
7 // Get capability bits
8 IPMI_CMD_DCMI_GET_POWER = 0x03,
9
10};
11
12#endif