xref: /openbmc/fb-ipmi-oem/meson_config.h.in (revision b340aa28)
1#pragma once
2#include <string>
3
4inline static const std::string hostInstances = @INSTANCES@;
5
6inline static const size_t postCodeSize = @POST_CODE_BYTES@;
7
8inline static const size_t debugCardFrameSize = @DEBUG_CARD_FRAME_SIZE@;
9