Pulled platform independent part of the BIOS boot menu out into
platform/generic/... git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15587 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
* Copyright 2005, Ingo Weinhold <[email protected]>.
|
||||
* All rights reserved. Distributed under the terms of the Haiku License.
|
||||
*/
|
||||
|
||||
#ifndef GENERIC_TEXT_CONSOLE_H
|
||||
#define GENERIC_TEXT_CONSOLE_H
|
||||
|
||||
class Menu;
|
||||
class MenuItem;
|
||||
|
||||
void platform_generic_update_text_menu_item(Menu *menu, MenuItem *item);
|
||||
void platform_generic_run_text_menu(Menu *menu);
|
||||
|
||||
#endif /* GENERIC_TEXT_CONSOLE_H */
|
||||
Reference in New Issue
Block a user