/*** Copyright 2004, Axel DΓΆrfler, axeld@pinc-software.de. All rights reserved.** Distributed under the terms of the MIT License.*/#ifndef CONSOLE_H#define CONSOLE_H#include <boot/platform/generic/text_console.h>#ifdef __cplusplusextern "C" {#endifextern status_t console_init(void);#ifdef __cplusplus}#endif#endif /* CONSOLE_H */