Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
ipc_service_backend.h File Reference
#include <ipc/ipc_service.h>
#include <stdio.h>

Go to the source code of this file.

Data Structures

struct  ipc_service_backend
 IPC Service backend. More...
 

Functions

int ipc_service_register_backend (const struct ipc_service_backend *backend)
 IPC backend registration. More...
 

Function Documentation

◆ ipc_service_register_backend()

int ipc_service_register_backend ( const struct ipc_service_backend backend)

IPC backend registration.

Registration must be done before using IPC Service.

Parameters
backendConfiguration of the backend.
Return values
-EALREADYThe backend is already registered.
-EINVALThe backend configuration is incorrect.
Zeroon success.