From 63274daf68a1b8633002687af15cd3afaacc8224 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 5 May 2020 14:53:42 +0200 Subject: rtems: Deprecate Close #3972. --- cpukit/include/rtems/system.h | 4 ++++ 1 file changed, 4 insertions(+) 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 +#ifndef _RTEMS_H +#warning "This header file is deprecated and will be removed in RTEMS 6" +#endif + /** * @defgroup RTEMSScoreSystem System Information * -- cgit v1.2.3