Zephyr Project API 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
12
13#ifndef ZEPHYR_INCLUDE_FS_RPMSGFS_H_
14#define ZEPHYR_INCLUDE_FS_RPMSGFS_H_
15
16#include <openamp/rpmsg.h>
17
25void rpmsgfs_init_rpmsg(struct rpmsg_device *rpmsg_dev);
26
27#endif /* ZEPHYR_INCLUDE_FS_RPMSGFS_H_ */
void rpmsgfs_init_rpmsg(struct rpmsg_device *rpmsg_dev)
Initialize RPMsgFS.