blob: cf5fe1c0b024b748b682498093f4a9fd759cf3dd [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
David S. Miller23dc7582008-12-05 18:16:48 -08007extern void 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 */