doc: ipc: fix header location

Header for ip_service was wrong in the docs.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2024-02-12 22:29:10 +00:00 committed by Henrik Brix Andersen
parent 080d51bb36
commit 3222351946
1 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ See the following example:
.. code-block:: c
#include <zephyr/include/ipc_service.h>
#include <zephyr/ipc/ipc_service.h>
static void bound_cb(void *priv)
{
@ -109,7 +109,7 @@ See the following example:
.. code-block:: c
#include <zephyr/include/ipc_service.h>
#include <zephyr/ipc/ipc_service.h>
#include <stdint.h>
#include <string.h>