Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 966 → Rev 1005

/shark/trunk/include/kernel/func.h
21,11 → 21,11
 
/**
------------
CVS : $Id: func.h,v 1.18 2005-01-08 14:52:11 pj Exp $
CVS : $Id: func.h,v 1.19 2005-05-10 17:15:52 mauro Exp $
 
File: $File$
Revision: $Revision: 1.18 $
Last update: $Date: 2005-01-08 14:52:11 $
Revision: $Revision: 1.19 $
Last update: $Date: 2005-05-10 17:15:52 $
------------
 
Kernel functions:
286,11 → 286,13
/*---------------------------------------------------------------------*/
 
/*+ Interrupt handler installation +*/
int handler_set(int no, void (*fast)(int), PID pi, BYTE lock);
int handler_set(int no, void (*fast)(int n), BYTE lock, PID pi, void (*intdrv)(int n));
 
/*+ Interrupt handler removal +*/
int handler_remove(int no);
 
/*+ Return the Interrupt handler for intdrive module +*/
void *handler_get_intdrive(int no);
 
/*---------------------------------------------------------------------*/
/* System management primitives */