summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/support.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-04-19 21:10:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-04-19 21:10:27 +0000
commit8f9e9bdc0724b26ec9d9caadd8c82ab7d1b17357 (patch)
tree10bdce674ef5be8469f2f8c29188dc234b9e688f /cpukit/rtems/include/rtems/rtems/support.h
parentmodified to generate fatal error when an unconfigured directive is invoked. (diff)
downloadrtems-8f9e9bdc0724b26ec9d9caadd8c82ab7d1b17357.tar.bz2
event.h: _Event_Manager_initialization no longer a static inline
support.h: updated to use RTEMS_APPLICATION macro
Diffstat (limited to '')
-rw-r--r--cpukit/rtems/include/rtems/rtems/support.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/support.h b/cpukit/rtems/include/rtems/rtems/support.h
index f4b26d6a61..3305ffd4d3 100644
--- a/cpukit/rtems/include/rtems/rtems/support.h
+++ b/cpukit/rtems/include/rtems/rtems/support.h
@@ -85,7 +85,9 @@ extern "C" {
#define RTEMS_MILLISECONDS_TO_TICKS(_ms) \
TOD_MILLISECONDS_TO_TICKS(_ms)
+#ifndef __RTEMS_APPLICATION__
#include <rtems/rtems/support.inl>
+#endif
#ifdef __cplusplus
}