xref: /openbmc/estoraged/include/config.h.in (revision 30bfe8efd252bee31f919d61bbe94af6619fb39b)
1#pragma once
2#include <array>
3#include <string_view>
4
5#define ERASE_MAX_GEOMETRY @ERASE_MAX_GEOMETRY@
6
7#define ERASE_MIN_GEOMETRY @ERASE_MIN_GEOMETRY@
8
9static constexpr auto highSpeedMMC =
10    std::to_array<std::string_view>({ @HIGHSPEED_PARTS@ });
11