chromium/net/third_party/quiche/src/quiche/common/platform/api/quiche_flag_utils.h

// Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef QUICHE_COMMON_PLATFORM_API_QUICHE_FLAG_UTILS_H_
#define QUICHE_COMMON_PLATFORM_API_QUICHE_FLAG_UTILS_H_

#include "quiche_platform_impl/quiche_flag_utils_impl.h"

#define QUICHE_RELOADABLE_FLAG_COUNT
#define QUICHE_RELOADABLE_FLAG_COUNT_N

#define QUICHE_RESTART_FLAG_COUNT
#define QUICHE_RESTART_FLAG_COUNT_N

#define QUICHE_CODE_COUNT
#define QUICHE_CODE_COUNT_N

#endif  // QUICHE_COMMON_PLATFORM_API_QUICHE_FLAG_UTILS_H_