]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/powerpc/boot/4xx.h
[POWERPC] 4xx bootwrapper reworks
[linux-2.6-omap-h63xx.git] / arch / powerpc / boot / 4xx.h
1 /*
2  * PowerPC 4xx related functions
3  *
4  * Copyright 2007 IBM Corporation.
5  * Josh Boyer <jwboyer@linux.vnet.ibm.com>
6  *
7  * This file is licensed under the terms of the GNU General Public
8  * License version 2.  This program is licensed "as is" without any
9  * warranty of any kind, whether express or implied.
10  */
11 #ifndef _POWERPC_BOOT_4XX_H_
12 #define _POWERPC_BOOT_4XX_H_
13
14 void ibm4xx_fixup_memsize(void);
15 void ibm44x_dbcr_reset(void);
16 void ibm40x_dbcr_reset(void);
17 void ibm4xx_quiesce_eth(u32 *emac0, u32 *emac1);
18 void ibm4xx_fixup_ebc_ranges(const char *ebc);
19
20 #endif /* _POWERPC_BOOT_4XX_H_ */