Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-bmc-code-mgmt
/
782d6eed913236bc78c533551876389f176bf121
/
.
/
common
/
include
/
pmbus.hpp
blob: f2412454ab37b21493ee6c046c4a37873e646548 [
file
] [
log
] [
blame
]
#pragma
once
#include
<cstdint>
enum
class
PMBusCmd
:
uint8_t
{
page
=
0x00
,
writeProtect
=
0x10
,
restoreUserAll
=
0x16
,
storeUserCode
=
0x17
,
statusCML
=
0x7E
,
mfrId
=
0x99
,
mfrModel
=
0x9A
,
mfrSerial
=
0x9E
,
icDeviceId
=
0xAD
,
};