// $RCSfile: asm.h,v $Revision: 1.2 $Date: 2005/03/11 15:08:57 //! Contains prototypes of assembler functions #ifndef __ASM_H__ #define __ASM_H__ extern void isr0(void); //!< Interrupt Service Routine extern void irq3(void); //!< Interrupt Service Routine for VM #endif //__ASM_H__