summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems/types.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-08 07:54:03 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-09 07:25:09 +0100
commit7e86e0027c15702224e722b4b94ed659204db87f (patch)
tree2a77e13a5440a360aad1d19f68f2331c5df4f766 /cpukit/include/rtems/rtems/types.h
parentrtems: Deprecate rtems_context (diff)
downloadrtems-7e86e0027c15702224e722b4b94ed659204db87f.tar.bz2
rtems: Deprecate rtems_context_fp
The rtems_context_fp typedef as no corresponding API. A user can do nothing with it. Close #3589.
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)