summaryrefslogtreecommitdiff
path: root/fw/fe310/phone/ecp.h
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2022-10-24 19:55:48 +0200
committerUros Majstorovic <majstor@majstor.org>2022-10-24 19:55:48 +0200
commitd8d94a9c2f13b1a7c6d0c209f9757e3f1f122e0b (patch)
tree1de91eb78b4898b345d98cbeed096da607c824a2 /fw/fe310/phone/ecp.h
parent30035f2753217507227f21d22e394cf85f7cdbfd (diff)
added ecp example
Diffstat (limited to 'fw/fe310/phone/ecp.h')
-rw-r--r--fw/fe310/phone/ecp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/fw/fe310/phone/ecp.h b/fw/fe310/phone/ecp.h
new file mode 100644
index 0000000..17b1931
--- /dev/null
+++ b/fw/fe310/phone/ecp.h
@@ -0,0 +1,4 @@
+int ecp_app(EVEWindow *window, EVEViewStack *stack);
+int ecp_uievt(EVEPage *page, uint16_t evt, void *param);
+void ecp_close(EVEPage *page);
+void ecp_init(void); \ No newline at end of file