Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 3 → Rev 1031

/shark/trunk/include/fs/util.h
25,11 → 25,11
***************************************/
 
/*
* CVS : $Id: util.h,v 1.1.1.1 2002-03-29 14:12:51 pj Exp $
* CVS : $Id: util.h,v 1.2 2003-03-13 13:37:58 pj Exp $
*
* File: $File$
* 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:37:58 $
*/
 
/*
63,7 → 63,10
#include <ll/stdlib.h>
#include <kernel/log.h>
#include "ll/sys/cdefs.h"
 
__BEGIN_DECLS
 
#define panic(x) sys_panic(x)
 
/* local time, number of seconds since the Epoch (0:0:0 1 Gen 1970 GMT) */
74,5 → 77,6
/* all in usec */
//extern void __delayk(int usec);
//extern long __gettimer(void);
 
__END_DECLS
#endif