Author: mcayland Date: Sun Aug 11 09:24:36 2013 New Revision: 1203 URL: http://tracker.coreboot.org/trac/openbios/changeset/1203
Log: amd64: add mising FMT_* definitions required for the next display patchset
Signed-off-by: Mark Cave-Ayland mark.cave-ayland@ilande.co.uk
Modified: trunk/openbios-devel/include/arch/amd64/types.h
Modified: trunk/openbios-devel/include/arch/amd64/types.h ============================================================================== --- trunk/openbios-devel/include/arch/amd64/types.h Sun Aug 11 09:24:33 2013 (r1202) +++ trunk/openbios-devel/include/arch/amd64/types.h Sun Aug 11 09:24:36 2013 (r1203) @@ -29,7 +29,9 @@ typedef __int128_t dcell; typedef __uint128_t ducell;
+#define FMT_cell "%" PRId64 #define FMT_ucellx "%016" PRIx64 +#define FMT_ucell "%" PRIu64
typedef int64_t prom_arg_t; typedef uint64_t prom_uarg_t;