summaryrefslogtreecommitdiff
path: root/fw/fe310/eos/app/status.h
diff options
context:
space:
mode:
Diffstat (limited to 'fw/fe310/eos/app/status.h')
-rw-r--r--fw/fe310/eos/app/status.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/fw/fe310/eos/app/status.h b/fw/fe310/eos/app/status.h
new file mode 100644
index 0000000..a121b13
--- /dev/null
+++ b/fw/fe310/eos/app/status.h
@@ -0,0 +1,4 @@
+#include <stdint.h>
+
+int app_status_touch(EVEView *v, uint8_t tag0, int touch_idx);
+uint8_t app_status_draw(EVEView *v, uint8_t tag0);