summaryrefslogtreecommitdiff
path: root/baseboard/kukui/charger_mt6370.h
blob: 9cf1b44d950ebe1761be83640a9d3e5b85c2fe97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Copyright 2019 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 __CROS_EC_BASEBOARD_CHARGER_MT6370_H
#define __CROS_EC_BASEBOARD_CHARGER_MT6370_H

#include "charge_state.h"

void mt6370_charger_profile_override(struct charge_state_data *curr);

#endif