xref: /haiku/src/system/boot/platform/bios_ia32/console.h (revision 99d027cd0238c1d86da86d7c3f4200509ccc61a6)
1 /*
2 ** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
3 ** Distributed under the terms of the Haiku License.
4 */
5 #ifndef CONSOLE_H
6 #define CONSOLE_H
7 
8 #include <boot/platform/generic/text_console.h>
9 
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13 
14 extern status_t console_init(void);
15 
16 #ifdef __cplusplus
17 }
18 #endif
19 
20 #endif	/* CONSOLE_H */
21