diff options
author | Anup Patel <anup.patel@wdc.com> | 2019-02-19 18:06:46 +0530 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2019-02-20 12:02:40 +0530 |
commit | ce6189f7a5adbf6ac88b95f78a6d5e9b5481faf9 (patch) | |
tree | 4dc4d531455de9c0be237be66de43b7366d73652 /Makefile | |
parent | db5b25af49d4a2e4940ca9dee1a289b836f36650 (diff) |
include: Add PRILX define to help print unsigned long
The unsigned long is always machine word size. This means it is
4 bytes on 32bit system and 8 bytes on 64bit system.
This patch adds PRILX define for sbi_printf() which will help us
print unsigned long without worrying whether it is 32bit or 64bit
system.
Signed-off-by: Anup Patel <anup.patel@wdc.com>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions