From 738cd8b74f05bb513d296683e6a5d97558c9dad6 Mon Sep 17 00:00:00 2001 From: Matthias Kruk Date: Sun, 5 Jan 2020 16:56:47 +0900 Subject: [PATCH] Add prototype for debug() syscall --- include/crxstd.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/crxstd.h b/include/crxstd.h index d2b1ef2..422fe5a 100644 --- a/include/crxstd.h +++ b/include/crxstd.h @@ -8,4 +8,6 @@ extern int cxsend(pid_t, struct cxmsg*); extern int cxrecv(pid_t, struct cxmsg*); extern int cxsendrecv(pid_t, struct cxmsg*); +extern int debug(const char*, const u32_t); + #endif /* __CRXSTD_H */ -- 2.47.3