28#include "ove_config.h"
34#ifdef CONFIG_OVE_BOARD
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.
@ OVE_OK
Definition types.h:83
Full description of a hardware board.
Definition board_types.h:45