summaryrefslogtreecommitdiff
path: root/cpukit/include/rtems/system.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-05 14:53:42 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-06 07:47:34 +0200
commit63274daf68a1b8633002687af15cd3afaacc8224 (patch)
tree7d6ed8db36a65517d75bd2f0ded3a1d86ce5f680 /cpukit/include/rtems/system.h
parent3d86d83c1ba3b5d17263f2920801aa13c1221869 (diff)
rtems: Deprecate <rtems/system.h>
Close #3972.
Diffstat (limited to 'cpukit/include/rtems/system.h')
-rw-r--r--cpukit/include/rtems/system.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/include/rtems/system.h b/cpukit/include/rtems/system.h
index 23d805d0bc..8019717bc2 100644
--- a/cpukit/include/rtems/system.h
+++ b/cpukit/include/rtems/system.h
@@ -22,6 +22,10 @@
#include <rtems/score/cpu.h>
+#ifndef _RTEMS_H
+#warning "This header file is deprecated and will be removed in RTEMS 6"
+#endif
+
/**
* @defgroup RTEMSScoreSystem System Information
*