From e99dbaa7cd201edcf5e157299f11323c793375ad Mon Sep 17 00:00:00 2001 From: Gedare Bloom Date: Mon, 16 Apr 2012 19:35:25 -0400 Subject: no_cpu: replace no_cpu_isr with rtems_isr --- cpukit/score/cpu/no_cpu/rtems/score/types.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'cpukit/score/cpu/no_cpu/rtems/score/types.h') 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 -- cgit v1.2.3