30#include "ove_config.h"
36#ifdef CONFIG_OVE_CONSOLE
int ove_console_init(void)
Initialise the system console hardware.
int ove_console_getchar(void)
Read one character from the console.
void ove_console_write(const char *buf, unsigned int len)
Write a raw byte buffer to the console.
void ove_console_putchar(int c)
Write one character to the console.
@ OVE_ERR_NOT_SUPPORTED
Definition types.h:98