Add PRIxrtems_task_priority, PRIxrtems_task_priority, PRIxrtems_signal_set.

This commit is contained in:
Ralf Corsepius
2009-10-30 13:20:34 +00:00
parent b2e122edb2
commit 9ea82a5f69

View File

@@ -266,8 +266,10 @@ extern volatile uint32_t _Thread_Dispatch_disable_level;
/* c.f. cpukit/score/include/rtems/score/priority.h */
#define PRIdPriority_Control PRId32
#define PRIxPriority_Control PRIx32
/* rtems_task_priority is a typedef to Priority_Control */
#define PRIdrtems_task_priority PRIdPriority_Control
#define PRIxrtems_task_priority PRIxPriority_Control
/* c.f. cpukit/score/include/rtems/score/watchdog.h */
#define PRIdWatchdog_Interval PRIu32
@@ -286,6 +288,9 @@ extern volatile uint32_t _Thread_Dispatch_disable_level;
/* HACK: There is no portable way to print pthread_t's */
#define PRIxpthread_t PRIx32
/* rtems_signal_set is a typedef to uint32_t */
#define PRIxrtems_signal_set PRIx32
#ifdef __cplusplus
}
#endif