summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-18 11:04:23 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-22 16:46:00 +0200
commitd0a97f2d1db13e0b67ef91ec48efc3d22447c05d (patch)
treeac614fb4b770f732b048e5a25a757d4af3012844 /cpukit/score/include
parentscore: Move ISR level content to single file (diff)
downloadrtems-d0a97f2d1db13e0b67ef91ec48efc3d22447c05d.tar.bz2
score: Move ISR catch support functions
Delete now unused file <rtems/score/isr.inl>.
Diffstat (limited to 'cpukit/score/include')
-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 cb9c6ecb6c..d17491261c 100644
--- a/cpukit/score/include/rtems/score/isr.h
+++ b/cpukit/score/include/rtems/score/isr.h
@@ -193,8 +193,6 @@ void _ISR_Dispatch( void );
(_ISR_Nest_level != 0)
#endif
-#include <rtems/score/isr.inl>
-
#ifdef __cplusplus
}
#endif