From: Matthias Kruk Date: Sun, 5 Jan 2020 07:56:47 +0000 (+0900) Subject: Add prototype for debug() syscall X-Git-Url: https://git.corax.cc/?a=commitdiff_plain;h=738cd8b74f05bb513d296683e6a5d97558c9dad6;p=corax Add prototype for debug() syscall --- 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 */