summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/inttypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/inttypes.h')
-rw-r--r--cpukit/include/rtems/inttypes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpukit/include/rtems/inttypes.h b/cpukit/include/rtems/inttypes.h
index 1d767d9be7..0d30635451 100644
--- a/cpukit/include/rtems/inttypes.h
+++ b/cpukit/include/rtems/inttypes.h
@@ -137,6 +137,9 @@ extern "C" {
/* ioctl_command_t */
#define PRIdioctl_command_t PRId32
+/* rtems_vector_number */
+#define PRIdrtems_vector_number PRId32
+
/**@}*/
#ifdef __cplusplus