root/src/system/boot/platform/riscv/console.h
/*
 * Copyright 2007, Haiku, Inc. All Rights Reserved.
 * Distributed under the terms of the MIT license.
 *
 * Author:
 *              François Revol, revol@free.fr.
 */

#ifndef CONSOLE_H
#define CONSOLE_H

#include <boot/platform/generic/text_console.h>

#ifdef __cplusplus
extern "C" {
#endif

extern struct Screen* gScreen;

extern status_t console_init(void);

#ifdef __cplusplus
}
#endif

#endif  /* CONSOLE_H */