xref: /linux/arch/powerpc/boot/44x.h (revision e3b2949e3fa2fd8c19cd5fbb0424d38f70a70e9c)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * PowerPC 44x related functions
4  *
5  * Copyright 2007 David Gibson, IBM Corporation.
6  */
7 #ifndef _PPC_BOOT_44X_H_
8 #define _PPC_BOOT_44X_H_
9 
10 void ebony_init(void *mac0, void *mac1);
11 void bamboo_init(void *mac0, void *mac1);
12 
13 #endif /* _PPC_BOOT_44X_H_ */
14