Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 78 → Rev 79

/shark/trunk/include/kernel/var.h
21,11 → 21,11
 
/**
------------
CVS : $Id: var.h,v 1.3 2003-01-07 17:12:19 pj Exp $
CVS : $Id: var.h,v 1.4 2003-03-13 13:36:28 pj Exp $
 
File: $File$
Revision: $Revision: 1.3 $
Last update: $Date: 2003-01-07 17:12:19 $
Revision: $Revision: 1.4 $
Last update: $Date: 2003-03-13 13:36:28 $
------------
 
Kernel global variables
57,7 → 57,10
#include <ll/ll.h>
#include <sys/types.h>
#include <kernel/descr.h>
#include "ll/sys/cdefs.h"
 
__BEGIN_DECLS
 
/*---------------------------------------------------------------------*/
/* Kernel global variables: system queues & clock counters ... */
/*---------------------------------------------------------------------*/
123,4 → 126,5
different way when the system is in the
global_context +*/
 
__END_DECLS
#endif /* __VAR_H__ */