Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 157 → Rev 158

/shark/trunk/include/kernel/func.h
21,11 → 21,11
 
/**
------------
CVS : $Id: func.h,v 1.6 2003-03-17 09:18:55 pj Exp $
CVS : $Id: func.h,v 1.7 2003-05-01 19:45:34 pj Exp $
 
File: $File$
Revision: $Revision: 1.6 $
Last update: $Date: 2003-03-17 09:18:55 $
Revision: $Revision: 1.7 $
Last update: $Date: 2003-05-01 19:45:34 $
------------
 
Kernel functions:
320,6 → 320,10
/*+ this primitive returns the time read from the system timer +*/
TIME sys_gettime(struct timespec *t);
 
/*+ this primitive can be used to set a message that will be printed
at shutdown +*/
int sys_shutdown_message(char *fmt,...);
 
/*---------------------------------------------------------------------*/
/* Jet management primitives */
/*---------------------------------------------------------------------*/