summaryrefslogtreecommitdiff
path: root/fw/fe310/phone/phone.h
diff options
context:
space:
mode:
Diffstat (limited to 'fw/fe310/phone/phone.h')
-rw-r--r--fw/fe310/phone/phone.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/fe310/phone/phone.h b/fw/fe310/phone/phone.h
index c7f8a82..c7ab167 100644
--- a/fw/fe310/phone/phone.h
+++ b/fw/fe310/phone/phone.h
@@ -3,7 +3,7 @@
#define PHONE_STATE_RING 2
#define PHONE_STATE_CIP 3
+void phone_init(void);
int phone_app(EVEWindow *window, EVEViewStack *stack);
int phone_uievt(EVEPage *page, uint16_t evt, void *param);
void phone_close(EVEPage *page);
-void phone_init(void); \ No newline at end of file