Subversion Repositories shark

Compare Revisions

Regard whitespace Rev 78 → Rev 79

/shark/trunk/include/kernel/log.h
39,16 → 39,20
*/
 
/*
* CVS : $Id: log.h,v 1.1.1.1 2002-03-29 14:12:51 pj Exp $
* CVS : $Id: log.h,v 1.2 2003-03-13 13:36:28 pj Exp $
*
* File: log.h
* Revision: $Revision: 1.1.1.1 $
* Last update: $Date: 2002-03-29 14:12:51 $
* Revision: $Revision: 1.2 $
* Last update: $Date: 2003-03-13 13:36:28 $
*/
 
#ifndef __KERNEL_LOG_H
#define __KERNEL_LOG_H
 
#include "ll/sys/cdefs.h"
 
__BEGIN_DECLS
 
/*+
The following values are used for the first parameter
of the printk() and printkboot() functions.
86,6 → 90,7
extern int printkboot(const char * fmt, ...)
__attribute__ ((format (printf, 1, 2)));
 
__END_DECLS
#endif