summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/inttypes.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2017-04-25 11:42:18 -0500
committerJoel Sherrill <joel@rtems.org>2017-04-25 11:42:18 -0500
commit7db09923fb11ed527d05762ec65f5c2dfeabbe75 (patch)
tree3b74003aaf566f7372f9e309559d9845a74907be /cpukit/include/rtems/inttypes.h
parentepiphany/cpu.c: Fix typo to eliminate warning (diff)
downloadrtems-7db09923fb11ed527d05762ec65f5c2dfeabbe75.tar.bz2
rtems/inttypes.h epiphany_sim/irq/irq.c: Add PRIdrtems_vector_number and use it
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