summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorGedare Bloom <gedare@rtems.org>2012-04-15 22:23:59 -0400
committerGedare Bloom <gedare@rtems.org>2012-04-16 13:11:20 -0400
commit416f1efbd2dfa82529fe2f1fc53c56eba51f5361 (patch)
tree40dbd6a1428e0a4e51855b98d774aeeb2b86bd34 /cpukit
parentm68k: replace m68k_isr with rtems_isr (diff)
downloadrtems-416f1efbd2dfa82529fe2f1fc53c56eba51f5361.tar.bz2
lm32: replace lm32_isr with rtems_isr
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/score/cpu/lm32/rtems/score/types.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/cpukit/score/cpu/lm32/rtems/score/types.h b/cpukit/score/cpu/lm32/rtems/score/types.h
index a46dd75220..949f9e2d9d 100644
--- a/cpukit/score/cpu/lm32/rtems/score/types.h
+++ b/cpukit/score/cpu/lm32/rtems/score/types.h
@@ -37,12 +37,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 lm32_isr;
-
-/** This defines the prototype for an ISR entry point. */
-typedef lm32_isr ( *lm32_isr_entry )( void );
-
#ifdef __cplusplus
}
#endif