Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 329 → Rev 328

/SPARTAN/trunk/arch/mips/include/interrupt.h
29,8 → 29,6
#ifndef __INTERRUPT_H__
#define __INTERRUPT_H__
 
#define TIMER_INTERRUPT 7
 
extern void interrupt(void);
 
#endif