Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-host-ipmid
/
a3476273f00c6c2fc7cb47730b6d2d4ed9ade62d
/
.
/
globalhandler.hpp
blob: 078b170824de12644d5aba92484db9cdc4b65430 [
file
] [
log
] [
blame
]
#pragma
once
#include
<stdint.h>
// Various GLOBAL operations under a single command.
enum
ipmi_global_control_cmds
:
uint8_t
{
IPMI_CMD_COLD_RESET
=
0x02
,
};