29#include "ove_config.h"
35#ifdef CONFIG_OVE_CONSOLE
92static inline void ove_console_write(
const char *buf,
unsigned int len) { (void)buf; (void)len; }
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.
#define OVE_ERR_NOT_SUPPORTED
The requested feature is not supported by the active backend.
Definition types.h:38