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