summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
*