From e693be45d74a3ec0865b8b4f82d2d5a72a91421d Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 26 Oct 2009 17:02:40 +0000 Subject: =?UTF-8?q?2009-10-26=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * support/include/tmacros.h: Add PRIdWatchdog_Interval. Add PRIdrtems_interval. --- testsuites/ChangeLog | 5 +++++ testsuites/support/include/tmacros.h | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/testsuites/ChangeLog b/testsuites/ChangeLog index 080b508053..2756e86aaa 100644 --- a/testsuites/ChangeLog +++ b/testsuites/ChangeLog @@ -1,3 +1,8 @@ +2009-10-26 Ralf Corsépius + + * support/include/tmacros.h: Add PRIdWatchdog_Interval. + Add PRIdrtems_interval. + 2009-10-26 Ralf Corsépius * support/include/tmacros.h: Add PRIdPriority_Control. diff --git a/testsuites/support/include/tmacros.h b/testsuites/support/include/tmacros.h index a2e437183a..5f2a2d80a7 100644 --- a/testsuites/support/include/tmacros.h +++ b/testsuites/support/include/tmacros.h @@ -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 -- cgit v1.2.3