| David S. Miller | 657f201 | 2008-12-04 20:12:20 -0800 | [diff] [blame] | 1 | #ifndef __PROM_H | 
|  | 2 | #define __PROM_H | 
|  | 3 |  | 
|  | 4 | #include <linux/spinlock.h> | 
|  | 5 | #include <asm/prom.h> | 
|  | 6 |  | 
| David S. Miller | 23dc758 | 2008-12-05 18:16:48 -0800 | [diff] [blame] | 7 | extern void of_console_init(void); | 
| David S. Miller | 6524036 | 2008-12-05 01:21:41 -0800 | [diff] [blame] | 8 |  | 
| David S. Miller | 23dc758 | 2008-12-05 18:16:48 -0800 | [diff] [blame] | 9 | extern unsigned int prom_early_allocated; | 
| David S. Miller | 6524036 | 2008-12-05 01:21:41 -0800 | [diff] [blame] | 10 |  | 
| David S. Miller | 657f201 | 2008-12-04 20:12:20 -0800 | [diff] [blame] | 11 | #endif /* __PROM_H */ |