vfs: check userland buffers before reading them.
[haiku.git] / src / system / boot / loader / menu.h
blobbf2be20102dc2d395ecf7dc2f98f17ac39bfb5cd
1 /*
2 ** Copyright 2003, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
3 ** Distributed under the terms of the MIT License.
4 */
5 #ifndef MENU_H
6 #define MENU_H
9 #include <boot/vfs.h>
12 class PathBlacklist;
15 extern status_t user_menu(BootVolume& _bootVolume,
16 PathBlacklist& _pathBlacklist);
19 #endif /* MENU_H */