⛏️ index : haiku.git

/*
 * 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 <boot/platform/generic/text_console.h>

#ifdef __cplusplus
extern "C" {
#endif

extern status_t console_init(void);

#ifdef __cplusplus
}
#endif

#endif /* _SYSTEM_BOOT_PLATFORM_STUB_CONSOLE_H */