summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/isr.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/score/isr.h')
-rw-r--r--cpukit/score/include/rtems/score/isr.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/cpukit/score/include/rtems/score/isr.h b/cpukit/score/include/rtems/score/isr.h
index 4bbc3c7aff..2409ed394a 100644
--- a/cpukit/score/include/rtems/score/isr.h
+++ b/cpukit/score/include/rtems/score/isr.h
@@ -50,6 +50,13 @@ typedef ISR_Handler ( *ISR_Handler_entry )(
ISR_Vector_number
);
/*
+ * This constant promotes out the number of vectors supported by
+ * the current CPU being used.
+ */
+
+#define ISR_NUMBER_OF_VECTORS CPU_INTERRUPT_NUMBER_OF_VECTORS
+
+/*
* The following is TRUE if signals have been sent to the currently
* executing thread by an ISR handler.
*/
@@ -239,7 +246,7 @@ void _ISR_Handler( void );
void _ISR_Dispatch( void );
-#include <rtems/core/isr.inl>
+#include <rtems/score/isr.inl>
#ifdef __cplusplus
}