mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/include/tmacros.h: Add PRIdWatchdog_Interval. Add PRIdrtems_interval.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* support/include/tmacros.h: Add PRIdWatchdog_Interval.
|
||||
Add PRIdrtems_interval.
|
||||
|
||||
2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* support/include/tmacros.h: Add PRIdPriority_Control.
|
||||
|
||||
@@ -263,11 +263,16 @@ extern volatile uint32_t _Thread_Dispatch_disable_level;
|
||||
#define PRIxrtems_id PRIx32
|
||||
#endif
|
||||
|
||||
/* c.f. cpukit/score/include/rtems/score/priority.h */
|
||||
#define PRIdPriority_Control PRId32
|
||||
|
||||
/* rtems_task_priority is a typedef to Priority_Control */
|
||||
#define PRIdrtems_task_priority PRIdPriority_Control
|
||||
|
||||
/* c.f. cpukit/score/include/rtems/score/watchdog.h */
|
||||
#define PRIdWatchdog_Interval PRIu32
|
||||
/* rtems_interval is a typedef to Watchdog_Interval */
|
||||
#define PRIdrtems_interval PRIdWatchdog_Interval
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user