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