xref: /haiku/src/system/boot/platform/efi/console.h (revision b84574958d92055d2e33c26e1f2d43d48c9ed50c)
1 /*
2 ** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
3 ** Distributed under the terms of the MIT License.
4 */
5 #ifndef CONSOLE_H
6 #define CONSOLE_H
7 
8 
9 #include <boot/platform/generic/text_console.h>
10 
11 
12 status_t console_init(void);
13 uint32 console_check_boot_keys(void);
14 
15 
16 #endif	/* CONSOLE_H */
17