summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/isr.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-04-19 19:36:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-04-19 19:36:59 +0000
commitf4d52cd74c915219a892e3d4668b3a55857f749f (patch)
tree42514756c7324ce68f888b63675a2f935d0e2422 /cpukit/score/include/rtems/score/isr.h
parentminor mods to get to compile locally (diff)
downloadrtems-f4d52cd74c915219a892e3d4668b3a55857f749f.tar.bz2
changes to compile in macro configuration without warnings.
Diffstat (limited to 'cpukit/score/include/rtems/score/isr.h')
-rw-r--r--cpukit/score/include/rtems/score/isr.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpukit/score/include/rtems/score/isr.h b/cpukit/score/include/rtems/score/isr.h
index e42d7b888e..cf8f4cad59 100644
--- a/cpukit/score/include/rtems/score/isr.h
+++ b/cpukit/score/include/rtems/score/isr.h
@@ -214,9 +214,7 @@ void _ISR_Handler( void );
void _ISR_Dispatch( void );
-#ifndef __RTEMS_APPLICATION__
#include <rtems/score/isr.inl>
-#endif
#ifdef __cplusplus
}