view src/cs/drivers/drv_app/pwr/pwr_disch.h @ 194:a18bf8df5fab

aci_pei.c: sync with Magnetite for (MMI != 0) There was a change in Magnetite aci3 for (MMI != 0) configuration; this config does not exist in Selenite, but this change is being pulled in as a sync in order to keep the diff between Magnetite and Selenite to a minimum.
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 23 May 2020 07:21:43 +0000
parents b6a5e36de839
children
line wrap: on
line source

/*******************************************************************************
 *
 * pwr_disch.h
 *
 * Purpose: This file contains prototypes for battery discharge management.
 *
 * (C) Texas Instruments 2001
 *
 ******************************************************************************/

#ifndef __PWR_DISCH_H__
#define __PWR_DISCH_H__

/* Prototypes */
void pwr_discharge_timer_process(void);
void pwr_handle_discharge(void);

#endif /* __PWR_DISCH_H__ */