]> git.corax.cc Git - corax/commitdiff
Add prototype for debug() syscall
authorMatthias Kruk <m@m10k.eu>
Sun, 5 Jan 2020 07:56:47 +0000 (16:56 +0900)
committerMatthias Kruk <m@m10k.eu>
Sun, 5 Jan 2020 07:56:47 +0000 (16:56 +0900)
include/crxstd.h

index d2b1ef204a1c5ff8f4b308035ef69fede92ff21e..422fe5a5fbc01f1f9c9c6ba7ab66b97fc634845e 100644 (file)
@@ -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 */