Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  * PowerPC 44x related functions
0003  *
0004  * Copyright 2007 David Gibson, IBM Corporation.
0005  *
0006  * This file is licensed under the terms of the GNU General Public
0007  * License version 2.  This program is licensed "as is" without any
0008  * warranty of any kind, whether express or implied.
0009  */
0010 #ifndef _PPC_BOOT_44X_H_
0011 #define _PPC_BOOT_44X_H_
0012 
0013 void ebony_init(void *mac0, void *mac1);
0014 void bamboo_init(void *mac0, void *mac1);
0015 
0016 #endif /* _PPC_BOOT_44X_H_ */