aboutsummaryrefslogtreecommitdiff
path: root/menu.h
diff options
context:
space:
mode:
authorneonloop2021-08-04 15:09:12 +0000
committerneonloop2021-08-04 15:09:12 +0000
commit99632f66e74fc57c463072be312d634aeb67bc61 (patch)
treee4ccaf52b93d04c69865d82556e2ce4cd3a6c599 /menu.h
downloadpicoarch-99632f66e74fc57c463072be312d634aeb67bc61.tar.gz
picoarch-99632f66e74fc57c463072be312d634aeb67bc61.tar.bz2
picoarch-99632f66e74fc57c463072be312d634aeb67bc61.zip
Initial commit
Diffstat (limited to 'menu.h')
-rw-r--r--menu.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/menu.h b/menu.h
new file mode 100644
index 0000000..9b9739d
--- /dev/null
+++ b/menu.h
@@ -0,0 +1,11 @@
+#ifndef _MENU_H__
+#define _MENU_H__
+
+#include "config.h"
+#include "libpicofe/menu.h"
+
+int menu_init(void);
+void menu_loop(void);
+void menu_finish(void);
+
+#endif