From 0ac4a777c1e51ef3a7bdf8fad17998ef5d7d472c Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 8 Nov 2018 07:53:14 +0100 Subject: rtems: Deprecate rtems_context The rtems_context typedef as no corresponding API. A user can do nothing with it. Close #3587. --- cpukit/include/rtems/rtems/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpukit/include/rtems/rtems/types.h b/cpukit/include/rtems/rtems/types.h index 806fa44eb6..144b3cddb1 100644 --- a/cpukit/include/rtems/rtems/types.h +++ b/cpukit/include/rtems/rtems/types.h @@ -89,7 +89,7 @@ typedef Objects_Id rtems_id; /** * @brief Public name for task context area. */ -typedef Context_Control rtems_context; +typedef Context_Control rtems_context RTEMS_DEPRECATED; #if (CPU_HARDWARE_FP == TRUE) || (CPU_SOFTWARE_FP == TRUE) /** -- cgit v1.2.3