summaryrefslogtreecommitdiff
path: root/fw/fe310/phone/sms.h
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2022-10-24 19:57:30 +0200
committerUros Majstorovic <majstor@majstor.org>2022-10-24 19:57:30 +0200
commita5a94dea7043fa6b65693cf0cc11d426d49c637d (patch)
tree97b73d5c42a581f1962f07db96313207f84e7a61 /fw/fe310/phone/sms.h
parentd8d94a9c2f13b1a7c6d0c209f9757e3f1f122e0b (diff)
added SMS app; fixed phone app
Diffstat (limited to 'fw/fe310/phone/sms.h')
-rw-r--r--fw/fe310/phone/sms.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/fw/fe310/phone/sms.h b/fw/fe310/phone/sms.h
new file mode 100644
index 0000000..75bdd57
--- /dev/null
+++ b/fw/fe310/phone/sms.h
@@ -0,0 +1,4 @@
+void sms_init(void);
+int sms_app(EVEWindow *window, EVEViewStack *stack);
+int sms_uievt(EVEPage *page, uint16_t evt, void *param);
+void sms_close(EVEPage *page);