blob: 890281b12b2892cbc7452e634ec54c1ca976add8 [file] [log] [blame]
David S. Miller657f2012008-12-04 20:12:20 -08001#ifndef __PROM_H
2#define __PROM_H
3
4#include <linux/spinlock.h>
5#include <asm/prom.h>
6
Sam Ravnborg2e74a742014-05-16 23:25:51 +02007void of_console_init(void);
David S. Miller65240362008-12-05 01:21:41 -08008
David S. Miller23dc7582008-12-05 18:16:48 -08009extern unsigned int prom_early_allocated;
David S. Miller65240362008-12-05 01:21:41 -080010
David S. Miller657f2012008-12-04 20:12:20 -080011#endif /* __PROM_H */