summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/asr.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-23 11:33:56 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-23 15:12:53 +0200
commitf4d9ab3e28d28c9ab9ac5a41bf431f2f78975af2 (patch)
treee63f0c399d7ec890adc2f224da5f1a34a092aef1 /cpukit/rtems/include/rtems/rtems/asr.h
parentrtems: Create modes implementation header (diff)
downloadrtems-f4d9ab3e28d28c9ab9ac5a41bf431f2f78975af2.tar.bz2
rtems: Create asr implementation header
Move implementation specific parts of asr.h and asr.inl into new header file asrimpl.h. The asr.h contains now only the application visible API.
Diffstat (limited to '')
-rw-r--r--cpukit/rtems/include/rtems/rtems/asr.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/asr.h b/cpukit/rtems/include/rtems/rtems/asr.h
index 6516233328..225b0b9e37 100644
--- a/cpukit/rtems/include/rtems/rtems/asr.h
+++ b/cpukit/rtems/include/rtems/rtems/asr.h
@@ -145,15 +145,11 @@ typedef struct {
/** This defines the bit in the signal set associated with signal 31. */
#define RTEMS_SIGNAL_31 0x80000000
-#ifndef __RTEMS_APPLICATION__
-#include <rtems/rtems/asr.inl>
-#endif
+/**@}*/
#ifdef __cplusplus
}
#endif
-/**@}*/
-
#endif
/* end of include file */