Release 4.14 arch/powerpc/sysdev/cpm2_pic.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _PPC_KERNEL_CPM2_H
#define _PPC_KERNEL_CPM2_H
extern unsigned int cpm2_get_irq(void);
extern void cpm2_pic_init(struct device_node *);
#endif /* _PPC_KERNEL_CPM2_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Vitaly Bordug | 25 | 92.59% | 2 | 50.00% |
Greg Kroah-Hartman | 1 | 3.70% | 1 | 25.00% |
Olaf Hering | 1 | 3.70% | 1 | 25.00% |
Total | 27 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.