/* Copyright (c) 2012 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. * * Battery charging parameters and constraints */ #ifndef __CROS_EC_BATTERY_H #define __CROS_EC_BATTERY_H #define BATTERY_WARNING_PERCENTAGE 10 #define BATTERY_LOW_PERCENTAGE 3 #endif /* __CROS_EC_BATTERY_H */