Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 328 → Rev 329

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