Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 3 → Rev 79

/shark/trunk/include/kernel/trace.h
38,11 → 38,11
*/
 
/*
* CVS : $Id: trace.h,v 1.1.1.1 2002-03-29 14:12:51 pj Exp $
* CVS : $Id: trace.h,v 1.2 2003-03-13 13:36:28 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:36:28 $
*/
 
#ifndef __KERNEL_TRACE_H
50,6 → 50,9
 
#include <ll/sys/types.h>
#include <trace/types.h>
#include "ll/sys/cdefs.h"
 
__BEGIN_DECLS
extern int (*trc_register_eventclass)
(int class,int num,int(*func)(trc_event_t *, int event, void *ptr));
58,5 → 61,6
 
extern int (*trc_resume)(void);
extern int (*trc_suspend)(void);
 
__END_DECLS
#endif