summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/inttypes.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rtems/inttypes: Clarify hexadecimal in commentsMartin Erik Werner2017-11-291-2/+2
| | | | | | | Update comments to reflect that PRIxblksize_t PRIxblkcnt_t is hexadecimal, not decimal. Signed-off-by: Martin Erik Werner <martin.werner@aacmicrotec.com>
* cpukit/include/rtems/inttypes.h: Correct PRIdioctl_command_tJoel Sherrill2017-07-281-1/+1
|
* rtems/inttypes.h: Add PRIdrtems_vector_number. Missed in previous commitJoel Sherrill2017-04-281-0/+3
|
* rtems/inttypes.h, block08: Add and use PRIdrtems_blkdev_bnumJoel Sherrill2017-04-251-2/+5
|
* rtems/inttypes.h epiphany_sim/irq/irq.c: Add PRIdrtems_vector_number and use itJoel Sherrill2017-04-251-0/+3
|
* rtems/inttypes.h: Add PRIdioctl_command_tJoel Sherrill2017-04-231-3/+7
|
* rtems/inttypes.h: Add blksize_t and blkcnt_tJoel Sherrill2017-04-221-0/+22
|
* Merge tmacros.h PRIxxx constants from testsuites/ into <rtems/inttypes.h>Joel Sherrill2017-04-181-9/+51
| | | | | | | This completes the initial creation of rtems/inttypes.h based on all existing PRIxxx definitions contained in RTEMS Project owned code. closes #2983.
* rtems/inttypes.h: New file. Uses contents from cpukitJoel Sherrill2017-04-181-0/+78
Provide extentions to <inttpes.h> PRIxxx constants for more POSIX types. Start with existing definitions found in RTEMS Project owned code in cpukit/. updates #2983.