From d73467dc594dab3efa2036f2c934b217b14b962d Mon Sep 17 00:00:00 2001 From: Mariano Alvira Date: Sat, 22 May 2010 15:44:38 -0400 Subject: [PATCH] add INTFRC --- lib/include/isr.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/include/isr.h b/lib/include/isr.h index 06825cc7b..daee2d38e 100644 --- a/lib/include/isr.h +++ b/lib/include/isr.h @@ -42,6 +42,7 @@ #define INTDISNUM_OFF (0xC) #define INTENABLE_OFF (0x10) #define INTSRC_OFF (0x30) +#define INTFRC_OFF (0x34) #define NIPEND_OFF (0x38) #define INTCNTL ((volatile uint32_t *) (INTBASE + INTCNTL_OFF)) @@ -49,6 +50,7 @@ #define INTDISNUM ((volatile uint32_t *) (INTBASE + INTDISNUM_OFF)) #define INTENABLE ((volatile uint32_t *) (INTBASE + INTENABLE_OFF)) #define INTSRC ((volatile uint32_t *) (INTBASE + INTSRC_OFF)) +#define INTFRC ((volatile uint32_t *) (INTBASE + INTFRC_OFF)) #define NIPEND ((volatile uint32_t *) (INTBASE + NIPEND_OFF)) enum interrupt_nums {