summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/isr.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/score/include/rtems/score/isr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/score/include/rtems/score/isr.h b/cpukit/score/include/rtems/score/isr.h
index 2e46117294..14e0edd7f1 100644
--- a/cpukit/score/include/rtems/score/isr.h
+++ b/cpukit/score/include/rtems/score/isr.h
@@ -27,13 +27,13 @@ extern "C" {
* the interrupt level portion of the status register.
*/
-typedef unsigned32 ISR_Level;
+typedef uint32_t ISR_Level;
/*
* The following type defines the type used to manage the vectors.
*/
-typedef unsigned32 ISR_Vector_number;
+typedef uint32_t ISR_Vector_number;
/*
* Return type for ISR Handler
@@ -81,7 +81,7 @@ SCORE_EXTERN boolean _ISR_Signals_to_thread_executing;
* When this variable is zero, a thread is executing.
*/
-SCORE_EXTERN volatile unsigned32 _ISR_Nest_level;
+SCORE_EXTERN volatile uint32_t _ISR_Nest_level;
/*
* The following declares the Vector Table. Application