#ifndef __USER_CHARGPAGETASK_H__
#define __USER_CHARGPAGETASK_H__

#ifdef __cplusplus
extern "C" {
#endif

void ChargPageEnterTask(void *argument);
void ChargPageRenewTask(void *argument);

#ifdef __cplusplus
}
#endif

#endif