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