2008-12-05 04:12:20 +00:00
|
|
|
#ifndef __PROM_H
|
|
|
|
#define __PROM_H
|
|
|
|
|
|
|
|
#include <linux/spinlock.h>
|
|
|
|
#include <asm/prom.h>
|
|
|
|
|
2008-12-06 02:16:48 +00:00
|
|
|
extern void of_console_init(void);
|
2008-12-05 09:21:41 +00:00
|
|
|
|
2008-12-06 02:16:48 +00:00
|
|
|
extern unsigned int prom_early_allocated;
|
2008-12-05 09:21:41 +00:00
|
|
|
|
2008-12-05 04:12:20 +00:00
|
|
|
#endif /* __PROM_H */
|