Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 495 → Rev 496

/shark/trunk/include/kernel/func.h
21,11 → 21,11
 
/**
------------
CVS : $Id: func.h,v 1.10 2004-01-12 17:23:44 giacomo Exp $
CVS : $Id: func.h,v 1.11 2004-03-09 08:53:17 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.10 $
Last update: $Date: 2004-01-12 17:23:44 $
Revision: $Revision: 1.11 $
Last update: $Date: 2004-03-09 08:53:17 $
------------
 
Kernel functions:
281,7 → 281,7
/*---------------------------------------------------------------------*/
 
/*+ Interrupt handler installation +*/
int handler_set(int no, void (*fast)(int), PID pi);
int handler_set(int no, void (*fast)(int), PID pi, BYTE lock);
 
/*+ Interrupt handler removal +*/
int handler_remove(int no);