[POWERPC] bootwrapper: Add ppcboot.h
authorScott Wood <scottwood@freescale.com>
Mon, 16 Apr 2007 23:25:53 +0000 (09:25 +1000)
committerPaul Mackerras <paulus@samba.org>
Tue, 24 Apr 2007 11:31:55 +0000 (21:31 +1000)
commit9b1c59e256e91aaf2a6543b32afc3658d8f96d4b
tree85bd5647eb2b1b189c6fa57ceef9a3695693e5de
parent0fdd717ed4d9c82f3f766007b3f5da656649f3aa
[POWERPC] bootwrapper: Add ppcboot.h

This file describes the bd_t struct, which is used by old versions of
U-boot to pass information to the kernel.  Platform code that needs to
interoperate with such firmware can use this; it should not be used for
anything new.

Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/boot/ppcboot.h [new file with mode: 0644]