xref: /haiku/src/system/boot/loader/menu.h (revision 90200dfec13f22e03b6a5572c51b8ba63c0c5bb0)
1 /*
2 ** Copyright 2003, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
3 ** Distributed under the terms of the OpenBeOS License.
4 */
5 #ifndef MENU_H
6 #define MENU_H
7 
8 
9 #include <boot/vfs.h>
10 
11 
12 extern status_t user_menu(Directory **_bootVolume);
13 
14 #endif	/* MENU_H */
15