mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
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:
committed by
Alan Carvalho de Assis
parent
beed26b6bf
commit
ff567124d3
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user