blob: c8a3aa64885266b10f32046f08323a9745fa9a6f [file] [log] [blame]
#include <lib/format/tlv_meta.h>
#include <lib/format/FlatTree.h>
#include <array>
namespace chip {
namespace TLVMeta {
extern const std::array<const FlatTree::Node<ItemInfo>, 3 + 2> clusters_meta;
} // namespace TLVMeta
} // namespace chip