FreeCalypso > hg > fc-tourmaline
comparison src/cs/services/fcbm/fcbm_life_cycle.h @ 230:baa738eeb842
FCBM code implemented in first pass
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 01 May 2021 10:05:53 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
229:7ec0ae23ce76 | 230:baa738eeb842 |
---|---|
1 /* | |
2 * FCBM life cycle state definitions | |
3 */ | |
4 | |
5 #ifndef __FCBM_LIFE_CYCLE_H | |
6 #define __FCBM_LIFE_CYCLE_H | |
7 | |
8 enum fcbm_life_cycle_state { | |
9 FCBM_STATE_INACTIVE = 0, | |
10 FCBM_STATE_ACTIVE, | |
11 FCBM_STATE_PHONE_ON | |
12 }; | |
13 | |
14 extern enum fcbm_life_cycle_state fcbm_life_cycle_state; | |
15 | |
16 #endif |