blob: 26a1cca7c761f148979454d913c2f171947ac0f4 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
David S. Miller657f2012008-12-04 20:12:20 -08002#ifndef __PROM_H
3#define __PROM_H
4
5#include <linux/spinlock.h>
6#include <asm/prom.h>
7
Sam Ravnborg2e74a742014-05-16 23:25:51 +02008void of_console_init(void);
David S. Miller65240362008-12-05 01:21:41 -08009
David S. Miller23dc7582008-12-05 18:16:48 -080010extern unsigned int prom_early_allocated;
David S. Miller65240362008-12-05 01:21:41 -080011
David S. Miller657f2012008-12-04 20:12:20 -080012#endif /* __PROM_H */