28#include "esp_hosted_os_abstraction.h"
Annotation-attribute framework macros for ra8-firmware.
#define RA8_PRIV
Module-private helper: shared across TUs but only inside one library.
Error Code Definitions for ra8-firmware.
ra8_err_codes_t ra8_err_t
Canonical error-return type used by every ra8-firmware API.
int priv_ra8_esp_hosted_osi_dispatch_event(const char *base, int32_t event_id, const void *data, size_t data_len)
Deliver one posted event to the registered application handler.
void priv_ra8_esp_hosted_osi_bind_absent(hosted_osi_funcs_t *out)
Fill the rows belonging to transports this board does not carry.
ra8_err_t priv_ra8_esp_hosted_osi_bind_all(hosted_osi_funcs_t *out)
Fill every row of the OS-abstraction vtable.
bool priv_ra8_esp_hosted_osi_is_complete(const hosted_osi_funcs_t *table)
Report whether every row of a table is populated.