summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/rtems/types.h')
-rw-r--r--cpukit/include/rtems/rtems/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/include/rtems/rtems/types.h b/cpukit/include/rtems/rtems/types.h
index 144b3cddb1..710e878666 100644
--- a/cpukit/include/rtems/rtems/types.h
+++ b/cpukit/include/rtems/rtems/types.h
@@ -95,7 +95,7 @@ typedef Context_Control rtems_context RTEMS_DEPRECATED;
/**
* @brief Public name for task floating point context area.
*/
-typedef Context_Control_fp rtems_context_fp;
+typedef Context_Control_fp rtems_context_fp RTEMS_DEPRECATED;
#endif
#if (CPU_ISR_PASSES_FRAME_POINTER == TRUE)