intr.h revision 1.2
1/* $NetBSD: intr.h,v 1.2 2000/02/24 19:01:25 msaitoh Exp $ */ 2 3#ifndef _MMEYE_INTR_H_ 4#define _MMEYE_INTR_H_ 5 6#include <sh3/intr.h> 7 8/* Soft interrupt masks. */ 9#define SIR_CLOCK 31 10#define SIR_NET 30 11#define SIR_SERIAL 29 12 13#define SIR_LOW 29 14#define SIR_HIGH 31 15 16/* IRQ */ 17 18#define TMU1_IRQ 2 19 20#define IRQ_LOW 2 21#define IRQ_HIGH 15 22 23#endif /* _MMEYE_INTR_H_ */ 24