Release 4.14 arch/sparc/kernel/prom.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __PROM_H
#define __PROM_H
#include <linux/spinlock.h>
#include <asm/prom.h>
void of_console_init(void);
extern unsigned int prom_early_allocated;
#endif /* __PROM_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
David S. Miller | 26 | 96.30% | 4 | 80.00% |
Greg Kroah-Hartman | 1 | 3.70% | 1 | 20.00% |
Total | 27 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.