summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/inttypes.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2017-04-25 20:14:28 -0500
committerJoel Sherrill <joel@rtems.org>2017-04-25 20:14:28 -0500
commit9e6ef361cf347c6610d24ecabe8943cb01da6e9a (patch)
tree095a9badd5fb570564ef2e3a02a72f1b276c6744 /cpukit/include/rtems/inttypes.h
parentscore/cpu/or1k/rtems/score/cpu.h: Fix printf() format warning (diff)
downloadrtems-9e6ef361cf347c6610d24ecabe8943cb01da6e9a.tar.bz2
rtems/inttypes.h, block08: Add and use PRIdrtems_blkdev_bnum
Diffstat (limited to 'cpukit/include/rtems/inttypes.h')
-rw-r--r--cpukit/include/rtems/inttypes.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/cpukit/include/rtems/inttypes.h b/cpukit/include/rtems/inttypes.h
index 0d30635451..a0cd2eb476 100644
--- a/cpukit/include/rtems/inttypes.h
+++ b/cpukit/include/rtems/inttypes.h
@@ -137,8 +137,11 @@ extern "C" {
/* ioctl_command_t */
#define PRIdioctl_command_t PRId32
-/* rtems_vector_number */
-#define PRIdrtems_vector_number PRId32
+/* rtems_blkdev_bnum */
+#define PRIdrtems_blkdev_bnum PRId32
+
+/* rtems_blkdev_bnum */
+#define PRIdrtems_blkdev_bnum PRId32
/**@}*/