Author: afaerber Date: Sun Feb 13 22:08:59 2011 New Revision: 1030 URL: http://tracker.coreboot.org/trac/openbios/changeset/1030
Log: ppc: Use inttypes.h
It defines the PRI* macros for the host. Cf. r1026.
Signed-off-by: Andreas Färber andreas.faerber@web.de
Modified: trunk/openbios-devel/include/arch/ppc/types.h
Modified: trunk/openbios-devel/include/arch/ppc/types.h ============================================================================== --- trunk/openbios-devel/include/arch/ppc/types.h Sun Feb 13 21:54:47 2011 (r1029) +++ trunk/openbios-devel/include/arch/ppc/types.h Sun Feb 13 22:08:59 2011 (r1030) @@ -12,7 +12,7 @@ #include "mconfig.h"
#ifdef BOOTSTRAP -#include <stdint.h> +#include <inttypes.h> #else typedef unsigned char uint8_t; typedef unsigned short uint16_t;