8 lines
125 B
C
8 lines
125 B
C
#ifndef _APP_RPMSG_H
|
|
#define _APP_RPMSG_H
|
|
|
|
void app_rpmsg_init(void);
|
|
void app_rpmsg_recover(void);
|
|
|
|
#endif // _APP_RPMSG_H
|