diff options
Diffstat (limited to 'fw/fe310/phone/flash.h')
-rw-r--r-- | fw/fe310/phone/flash.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fw/fe310/phone/flash.h b/fw/fe310/phone/flash.h new file mode 100644 index 0000000..7c6946b --- /dev/null +++ b/fw/fe310/phone/flash.h @@ -0,0 +1,3 @@ +int flash_app(EVEWindow *window, EVEViewStack *stack); +int flash_uievt(EVEPage *page, uint16_t evt, void *param); +void flash_close(EVEPage *page); |