aboutsummaryrefslogtreecommitdiff
path: root/menu.h
blob: b9117ce593d82f62b0cdebf1eafb029d1e3ee479 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _MENU_H__
#define _MENU_H__

#include "config.h"
#include "libpicofe/menu.h"

int menu_init(void);
void menu_loop(void);
void menu_begin(void);
void menu_end(void);
void menu_finish(void);

#endif