/* * Copyright 2009 Jonas Sundström, jonas@kirilla.com * All rights reserved. Distributed under the terms of the MIT License. */ #ifndef _SYSTEM_BOOT_PLATFORM_STUB_CONSOLE_H #define _SYSTEM_BOOT_PLATFORM_STUB_CONSOLE_H #include #ifdef __cplusplus extern "C" { #endif extern status_t console_init(void); #ifdef __cplusplus } #endif #endif /* _SYSTEM_BOOT_PLATFORM_STUB_CONSOLE_H */