summaryrefslogtreecommitdiffstats
path: root/testsuites/support/include/tmacros.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-27 06:53:07 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-27 06:53:07 +0000
commit15b7644e550320a99183726937e666b4d36f3d76 (patch)
treec8bd30495a74f1fdc2b12b464f4e1c353e6c46fb /testsuites/support/include/tmacros.h
parent2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-15b7644e550320a99183726937e666b4d36f3d76.tar.bz2
Add PRIdThread_Entry_numeric_type.
Add PRIdrtems_task_argument.
Diffstat (limited to 'testsuites/support/include/tmacros.h')
-rw-r--r--testsuites/support/include/tmacros.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuites/support/include/tmacros.h b/testsuites/support/include/tmacros.h
index 5f2a2d80a7..91a53a5995 100644
--- a/testsuites/support/include/tmacros.h
+++ b/testsuites/support/include/tmacros.h
@@ -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