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