summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-08-06 16:03:40 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-08-08 14:11:21 +0200
commit006304112a43e66aa8e508af9997222c1f18a09b (patch)
tree8c943ee4aef448f30e423b05b2d1cc3ff3e65551 /cpukit/rtems/include/rtems.h
parentposix: Delete POSIX_Keys_Freechain type (diff)
downloadrtems-006304112a43e66aa8e508af9997222c1f18a09b.tar.bz2
PR766: Delete __RTEMS_APPLICATION__
This define is no longer used.
Diffstat (limited to 'cpukit/rtems/include/rtems.h')
-rw-r--r--cpukit/rtems/include/rtems.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/cpukit/rtems/include/rtems.h b/cpukit/rtems/include/rtems.h
index 867429e722..d75ca502a1 100644
--- a/cpukit/rtems/include/rtems.h
+++ b/cpukit/rtems/include/rtems.h
@@ -30,20 +30,6 @@
extern "C" {
#endif
-#if (!defined(__RTEMS_VIOLATE_KERNEL_VISIBILITY__)) && \
- (!defined(__RTEMS_INSIDE__))
-/**
- * @brief Compiling RTEMS application macro.
- *
- * Unless told otherwise, the RTEMS include files will hide some stuff from
- * normal application code. Defining this crosses a boundary which is
- * undesirable since it means your application is using RTEMS features which
- * are not included in the formally defined and supported API. Define this at
- * your own risk.
- */
-#define __RTEMS_APPLICATION__
-#endif
-
#include <rtems/system.h>
#include <rtems/rtems/status.h>
#include <rtems/rtems/types.h>