Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 512 → Rev 513

/shark/trunk/drivers/linuxc26/include/linuxcomp.h
59,7 → 59,7
int shark_event_delete(int index);
 
/* Interrupt handler installation and removal */
int shark_handler_set(int no, void (*fast)(int), int pi, BYTE lock);
int shark_handler_set(int no, void *fast, void *arg);
int shark_handler_remove(int no);
 
#endif