Release 4.14 arch/powerpc/sysdev/mv64x60.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __MV64X60_H__
#define __MV64X60_H__
#include <linux/init.h>
extern void __init mv64x60_init_irq(void);
extern unsigned int mv64x60_get_irq(void);
extern void __init mv64x60_pci_init(void);
extern void __init mv64x60_init_early(void);
#endif /* __MV64X60_H__ */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Dale Farnsworth | 44 | 97.78% | 3 | 75.00% |
Greg Kroah-Hartman | 1 | 2.22% | 1 | 25.00% |
Total | 45 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.