blob: 7d28a3a923b3b8081acb5c8ab64abef4ded38ab7 [file] [log] [blame]
## Note that this file is not auto generated, it is what generates the
## callouts-gen.hpp file
// This file was autogenerated. Do not edit!
// See callouts-gen.py for more details
#pragma once
#include <string>
#include <tuple>
namespace phosphor
{
namespace logging
{
constexpr auto callouts =
{
% for key, value in sorted(calloutsMap.iteritems()):
std::make_tuple("${key}", "${value}"),
% endfor
};
} // namespace logging
} // namespace phosphor