summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorGedare Bloom <gedare@rtems.org>2012-04-16 19:35:25 -0400
committerGedare Bloom <gedare@rtems.org>2012-04-16 19:39:22 -0400
commite99dbaa7cd201edcf5e157299f11323c793375ad (patch)
treeb7ab559a4266d4635021b741cef4d6a4067147cc /cpukit
parentlibqos: generate preinstall.am (diff)
downloadrtems-e99dbaa7cd201edcf5e157299f11323c793375ad.tar.bz2
no_cpu: replace no_cpu_isr with rtems_isr
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/score/cpu/no_cpu/rtems/score/types.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/cpukit/score/cpu/no_cpu/rtems/score/types.h b/cpukit/score/cpu/no_cpu/rtems/score/types.h
index c1fdc6d9a4..2fb960c899 100644
--- a/cpukit/score/cpu/no_cpu/rtems/score/types.h
+++ b/cpukit/score/cpu/no_cpu/rtems/score/types.h
@@ -34,12 +34,6 @@ extern "C" {
/** This defines the type for a priority bit map entry. */
typedef uint16_t Priority_bit_map_Control;
-/** This defines the return type for an ISR entry point. */
-typedef void no_cpu_isr;
-
-/** This defines the prototype for an ISR entry point. */
-typedef no_cpu_isr ( *no_cpu_isr_entry )( void );
-
#ifdef __cplusplus
}
#endif