Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 79 → Rev 78

/shark/trunk/include/kernel/log.h
39,20 → 39,16
*/
 
/*
* CVS : $Id: log.h,v 1.2 2003-03-13 13:36:28 pj Exp $
* CVS : $Id: log.h,v 1.1.1.1 2002-03-29 14:12:51 pj Exp $
*
* File: log.h
* Revision: $Revision: 1.2 $
* Last update: $Date: 2003-03-13 13:36:28 $
* Revision: $Revision: 1.1.1.1 $
* Last update: $Date: 2002-03-29 14:12:51 $
*/
 
#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.
90,7 → 86,6
extern int printkboot(const char * fmt, ...)
__attribute__ ((format (printf, 1, 2)));
 
__END_DECLS
#endif