blob: 5bdea1a738f53cd6d5bdec9d1d5f8d3a9a3edcc2 [file] [log] [blame]
#ifndef __OPLUS_DEBUG_INFO__H
#define __OPLUS_DEBUG_INFO__H
#include "oplus_charger.h"
extern int oplus_chg_debug_info_init(void);
extern int oplus_chg_debug_chg_monitor(struct oplus_chg_chip *chip);
extern int oplus_chg_debug_set_cool_down_by_user(int is_cool_down);
extern int oplus_chg_debug_get_cooldown_current(int chg_current_by_tbatt, int chg_current_by_cooldown);
extern int oplus_chg_debug_set_soc_info(struct oplus_chg_chip *chip);
#endif