Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/arch/powerpc/boot/44x.h
26442 views
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
15