view src/cs/services/fcbm/fcbm_messages.h @ 240:184a031e38e6

Switch_ON(): start FCBM for charging boot mode
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 02 May 2021 06:00:09 +0000
parents baa738eeb842
children
line wrap: on
line source

/*
 * In this header file we are going to define the messages
 * that can be sent to the FCBM task.
 */

#ifndef __FCBM_MESSAGES_H
#define __FCBM_MESSAGES_H

enum fcbm_msg_id {
	FCBM_START_CHG_MODE	= 1,
	FCBM_START_RESET_MODE,
	FCBM_START_PHONE
};

#endif