#ifndef __SPDE_IPC_H__ #define __SPDE_IPC_H__ #include typedef enum { UI_MODE_NORMAL, UI_MODE_CHARGE, UI_MODE_OTA, UI_MODE_POWER_ON, UI_MODE_POWER_OFF, UI_MODE_CHARGE_FULL, }spde_ui_mode_e; #endif