Re: [PATCH 07/17] Add prototype for log function
Guillem Jover, le Thu 25 Aug 2011 15:22:30 +0200, a écrit : > * kern/debug.h (log): New prototype. Applied, thanks. Samuel
[PATCH 07/17] Add prototype for log function
* kern/debug.h (log): New prototype. --- kern/debug.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/kern/debug.h b/kern/debug.h index f4e8200..e429bdd 100644 --- a/kern/debug.h +++ b/kern/debug.h @@ -57,6 +57,8 @@ #endif /* NDEBUG */ +extern void log (int level, co