powerpc/boot: Add PROM_ERROR define in oflib

This is mostly useful to make to the boot wrapper code closer with
the kernel code in prom_init.

Signed-off-by: Cédric Le Goater <clg@fr.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Esse commit está contido em:
Cédric Le Goater
2014-04-24 09:23:29 +02:00
commit de Benjamin Herrenschmidt
commit 9cc36bb0ac
2 arquivos alterados com 5 adições e 3 exclusões

Ver arquivo

@@ -23,4 +23,6 @@ typedef u32 __be32;
#define cpu_to_be32(x) (x)
#define be32_to_cpu(x) (x)
#define PROM_ERROR (-1u)
#endif /* _PPC_BOOT_OF_H_ */