mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 06:08:20 +00:00
Add PRIdThread_Entry_numeric_type.
Add PRIdrtems_task_argument.
This commit is contained in:
@@ -273,6 +273,11 @@ extern volatile uint32_t _Thread_Dispatch_disable_level;
|
||||
/* rtems_interval is a typedef to Watchdog_Interval */
|
||||
#define PRIdrtems_interval PRIdWatchdog_Interval
|
||||
|
||||
/* c.f. cpukit/score/include/rtems/score/thread.h */
|
||||
#define PRIdThread_Entry_numeric_type PRIuPTR
|
||||
/* rtems_task_argument is a typedef to Thread_Entry_numeric_type */
|
||||
#define PRIdrtems_task_argument PRIdThread_Entry_numeric_type
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user