NetBSD/sys/arch/mmeye/include/intr.h

24 lines
365 B
C

/* $NetBSD: intr.h,v 1.2 2000/02/24 19:01:25 msaitoh Exp $ */
#ifndef _MMEYE_INTR_H_
#define _MMEYE_INTR_H_
#include <sh3/intr.h>
/* Soft interrupt masks. */
#define SIR_CLOCK 31
#define SIR_NET 30
#define SIR_SERIAL 29
#define SIR_LOW 29
#define SIR_HIGH 31
/* IRQ */
#define TMU1_IRQ 2
#define IRQ_LOW 2
#define IRQ_HIGH 15
#endif /* _MMEYE_INTR_H_ */