xref: /haiku/src/system/boot/loader/menu.h (revision 560961ee2a8044537147b4cebdbfd0de13ccaa58)
15af32e75SAxel Dörfler /*
25af32e75SAxel Dörfler ** Copyright 2003, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
3b6f76ebeSAugustin Cavalier ** Distributed under the terms of the MIT License.
45af32e75SAxel Dörfler */
55af32e75SAxel Dörfler #ifndef MENU_H
65af32e75SAxel Dörfler #define MENU_H
75af32e75SAxel Dörfler 
85af32e75SAxel Dörfler 
95af32e75SAxel Dörfler #include <boot/vfs.h>
105af32e75SAxel Dörfler 
115af32e75SAxel Dörfler 
12*560961eeSMurai Takashi class PathBlocklist;
13c04f3a62SIngo Weinhold 
14c04f3a62SIngo Weinhold 
15c04f3a62SIngo Weinhold extern status_t user_menu(BootVolume& _bootVolume,
16*560961eeSMurai Takashi 	PathBlocklist& _pathBlocklist);
17d11ea2b5SIngo Weinhold 
185af32e75SAxel Dörfler 
195af32e75SAxel Dörfler #endif	/* MENU_H */
20