Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.4-rc7 13 lines 296 B view raw
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 10void ebony_init(void *mac0, void *mac1); 11void bamboo_init(void *mac0, void *mac1); 12 13#endif /* _PPC_BOOT_44X_H_ */