diff options
author | Uros Majstorovic <majstor@majstor.org> | 2021-05-20 19:25:08 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2021-05-20 19:25:08 +0200 |
commit | 0ba3fd9a0f1bfc599afb209df383cc5c98175b98 (patch) | |
tree | 3b546637e536ce39b6e34368fe3b59498b17015b /fw/fe310/test/fs.h | |
parent | 605518b4c2488d45bc778d0f7180bac0f877b0a4 (diff) |
filesystem test app
Diffstat (limited to 'fw/fe310/test/fs.h')
-rw-r--r-- | fw/fe310/test/fs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fw/fe310/test/fs.h b/fw/fe310/test/fs.h new file mode 100644 index 0000000..c525c5b --- /dev/null +++ b/fw/fe310/test/fs.h @@ -0,0 +1,3 @@ +void app_fs(EVEWindow *window, EVEViewStack *stack); +void app_fs_close(EVEForm *form); +void app_fs_init(void); |