blob: 2df2855a7af9c70c73a71efeed82a46d62180e59 [file] [log] [blame]
// Copyright 2020 The Chromium OS 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 DIAGNOSTICS_CROS_HEALTHD_ROUTINE_PARAMETER_FETCHER_CONSTANTS_H_
#define DIAGNOSTICS_CROS_HEALTHD_ROUTINE_PARAMETER_FETCHER_CONSTANTS_H_
namespace diagnostics {
// Path to the battery health properties in cros_config.
extern const char kBatteryHealthPropertiesPath[];
// Battery health properties read from cros_config.
extern const char kMaximumCycleCountProperty[];
extern const char kPercentBatteryWearAllowedProperty[];
} // namespace diagnostics
#endif // DIAGNOSTICS_CROS_HEALTHD_ROUTINE_PARAMETER_FETCHER_CONSTANTS_H_