Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 434 → Rev 435

/SPARTAN/trunk/arch/ia64/include/interrupt.h
32,6 → 32,8
#define INTERRUPT_TIMER 0
#define INTERRUPT_SPURIOUS 15
 
#define EOI 0 /**< The actual value doesn't matter. */
 
extern void external_interrupt(void);
 
#endif