26#include "ove/board_types.h"
27#include "ove_config.h"
33#ifdef CONFIG_OVE_BOARD
69static inline const char *
ove_board_name(
void) {
return "unknown"; }
const struct ove_board_desc * ove_board_desc(void)
Return a pointer to the current board's descriptor structure.
const char * ove_board_name(void)
Return a human-readable name for the current board.
int ove_board_init(void)
Initialise the board hardware.
#define OVE_OK
Operation completed successfully.
Definition types.h:23
Full description of a hardware board.
Definition board_types.h:44