xref: /openbmc/phosphor-pid-control/pid/tuning.cpp (revision 46a755fce8dc0bdd9c0c5ea09d55d3e5494f335f)
1 // SPDX-License-Identifier: Apache-2.0
2 // SPDX-FileCopyrightText: Copyright 2019 Google Inc
3 
4 #include "tuning.hpp"
5 
6 #include <string>
7 
8 bool tuningEnabled = false;
9 
10 std::string loggingPath;
11 bool loggingEnabled = false;
12 
13 bool debugEnabled = false;
14 
15 bool coreLoggingEnabled = false;
16