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/support/include/tmacros.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'testsuites/support/include/tmacros.h') 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