summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index c146d3156f..e130dbd65f 100644
--- a/include/common.h
+++ b/include/common.h
@@ -111,7 +111,7 @@ void reset_cpu (ulong addr);
//void external_interrupt (struct pt_regs *);
void irq_install_handler(int, interrupt_handler_t *, void *);
void irq_free_handler (int);
-#ifdef CONFIG_INTERRUPTS
+#ifdef CONFIG_USE_IRQ
void enable_interrupts (void);
int disable_interrupts (void);
#else