xref: /OK3568_Linux_fs/kernel/arch/powerpc/boot/44x.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun /*
2*4882a593Smuzhiyun  * PowerPC 44x related functions
3*4882a593Smuzhiyun  *
4*4882a593Smuzhiyun  * Copyright 2007 David Gibson, IBM Corporation.
5*4882a593Smuzhiyun  *
6*4882a593Smuzhiyun  * This file is licensed under the terms of the GNU General Public
7*4882a593Smuzhiyun  * License version 2.  This program is licensed "as is" without any
8*4882a593Smuzhiyun  * warranty of any kind, whether express or implied.
9*4882a593Smuzhiyun  */
10*4882a593Smuzhiyun #ifndef _PPC_BOOT_44X_H_
11*4882a593Smuzhiyun #define _PPC_BOOT_44X_H_
12*4882a593Smuzhiyun 
13*4882a593Smuzhiyun void ebony_init(void *mac0, void *mac1);
14*4882a593Smuzhiyun void bamboo_init(void *mac0, void *mac1);
15*4882a593Smuzhiyun 
16*4882a593Smuzhiyun #endif /* _PPC_BOOT_44X_H_ */
17