Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
rpmsgfs.h
Go to the documentation of this file.
1/*
2 * Copyright 2026 NXP
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
11
12#ifndef ZEPHYR_INCLUDE_FS_RPMSGFS_H_
13#define ZEPHYR_INCLUDE_FS_RPMSGFS_H_
14
15#include <openamp/rpmsg.h>
16
24void rpmsgfs_init_rpmsg(struct rpmsg_device *rpmsg_dev);
25
26#endif /* ZEPHYR_INCLUDE_FS_RPMSGFS_H_ */
void rpmsgfs_init_rpmsg(struct rpmsg_device *rpmsg_dev)
Initialize RPMsgFS.