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