Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 78 → Rev 79

/shark/trunk/include/kernel/func.h
21,11 → 21,11
 
/**
------------
CVS : $Id: func.h,v 1.4 2003-01-30 09:59:59 pj Exp $
CVS : $Id: func.h,v 1.5 2003-03-13 13:36:27 pj Exp $
 
File: $File$
Revision: $Revision: 1.4 $
Last update: $Date: 2003-01-30 09:59:59 $
Revision: $Revision: 1.5 $
Last update: $Date: 2003-03-13 13:36:27 $
------------
 
Kernel functions:
89,6 → 89,10
/* if a source use printk() it should include log.h not func.h */
#include <kernel/log.h>
 
#include "ll/sys/cdefs.h"
 
__BEGIN_DECLS
 
/*---------------------------------------------------------------------*/
/* Kernel global functions: initialization & termination... */
/*---------------------------------------------------------------------*/
627,4 → 631,5
if (ex) (*__cleanup_handler.f) (__cleanup_handler.a); \
}
 
__END_DECLS
#endif /* __FUNC_H__ */