From 856b5264e82294dd8dfe000f22d19d8535aeb754 Mon Sep 17 00:00:00 2001 From: hunt Date: Wed, 24 Aug 2005 04:42:45 +0000 Subject: 2005-08-23 Martin Hunt * runtime.h: Add a prototype for _stp_dbug(). --- runtime/runtime.h | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/runtime.h') diff --git a/runtime/runtime.h b/runtime/runtime.h index 1df196de..44873ee9 100644 --- a/runtime/runtime.h +++ b/runtime/runtime.h @@ -36,6 +36,7 @@ * @param args A variable number of args in a format like printf. * @ingroup io */ +static void _stp_dbug (char *func, int line, const char *fmt, ...); #define dbug(args...) _stp_dbug(__FUNCTION__, __LINE__, args) #define kbug(args...) {printk("%s:%d ",__FUNCTION__, __LINE__); printk(args); } #else -- cgit