Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-host-ipmid
/
8d44b5db8aabd2ed7acac84826931ad9ef68aa32
/
.
/
dcmihandler.h
blob: 5fc0c10d8886c0c18e668603860a8f669418abd5 [
file
] [
log
] [
blame
]
#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