Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-ipmi-flash
/
1d5a31c998c543ad3bbe54aa9ca4fe64e1b5b9ab
/
.
/
status.hpp
blob: c5ea42adb9b8b7864d5e695537809f2b1310db07 [
file
] [
log
] [
blame
]
#pragma
once
#include
<cstdint>
namespace
ipmi_flash
{
enum
class
VerifyCheckResponses
:
std
::
uint8_t
{
running
=
0
,
success
=
1
,
failed
=
2
,
other
=
3
,
};
}