driver/syslog: add config SYSLOG_RPMSG_SERVER_NAME to

N/A

specified the name of remote proc(rpmsg server)

Change-Id: Ie270d651071e87a40a80ab489597ae18db9814f0
Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com>
This commit is contained in:
Jiuzhu Dong
2021-04-22 22:36:01 +08:00
committed by Alan Carvalho de Assis
parent beed26b6bf
commit ff567124d3
5 changed files with 15 additions and 9 deletions
+1 -2
View File
@@ -40,8 +40,7 @@ extern "C"
#endif
#ifdef CONFIG_SYSLOG_RPMSG
void syslog_rpmsg_init_early(FAR const char *cpu_name, FAR void *buffer,
size_t size);
void syslog_rpmsg_init_early(FAR void *buffer, size_t size);
int syslog_rpmsg_init(void);
int syslog_rpmsg_putc(FAR struct syslog_channel_s *channel, int ch);