Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
estoraged
/
refs/heads/master
/
.
/
include
/
config.h.in
blob: dc3f6d56d7ca82b1fea04741f363b47ae6ada92f [
file
] [
log
] [
blame
] [
edit
]
#pragma
once
#include
<array>
#include
<string_view>
#define
ERASE_MAX_GEOMETRY
@ERASE_MAX_GEOMETRY@
#define
ERASE_MIN_GEOMETRY
@ERASE_MIN_GEOMETRY@
static
constexpr
auto
highSpeedMMC
=
std
::
to_array
<
std
::
string_view
>({
@HIGHSPEED_PARTS@
});