1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-02 12:57:10 +01:00
Files
u-boot-megous/include
Masahiro Yamada dee37fc99d Remove <inttypes.h> includes and PRI* usages in printf() entirely
In int-ll64.h, we always use the following typedefs:

  typedef unsigned int         u32;
  typedef unsigned long        uintptr_t;
  typedef unsigned long long   u64;

This does not need to match to the compiler's <inttypes.h>.
Do not include it.

The use of PRI* makes the code super-ugly.  You can simply use
"l" for printing uintptr_t, "ll" for u64, and no modifier for u32.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2018-09-10 20:48:17 -04:00
..
2018-09-10 20:48:16 -04:00
2018-06-18 14:43:13 -04:00
2018-08-03 19:53:10 -04:00
2018-09-10 20:48:16 -04:00
2018-07-26 14:08:22 -05:00
2018-06-13 07:49:12 -04:00
2018-04-06 17:04:33 -04:00
2018-06-03 15:27:21 +02:00
2018-08-01 18:03:58 +02:00
2018-07-26 14:08:22 -05:00
2018-09-10 20:48:12 -04:00
2018-07-19 16:31:37 -04:00
2018-08-01 16:30:45 -06:00
2018-07-20 15:55:05 -04:00