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 | |
Sam Ravnborg | 2e74a74 | 2014-05-16 23:25:51 +0200 | [diff] [blame] | 7 | 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 */ |