Michal Simek | 12e8414 | 2009-03-27 14:25:12 +0100 | [diff] [blame] | 1 | /* |
| 2 | * Definitions for talking to the Open Firmware PROM on |
| 3 | * Power Macintosh computers. |
| 4 | * |
| 5 | * Copyright (C) 1996-2005 Paul Mackerras. |
| 6 | * |
| 7 | * Updates for PPC64 by Peter Bergner & David Engebretsen, IBM Corp. |
| 8 | * |
| 9 | * This program is free software; you can redistribute it and/or |
| 10 | * modify it under the terms of the GNU General Public License |
| 11 | * as published by the Free Software Foundation; either version |
| 12 | * 2 of the License, or (at your option) any later version. |
| 13 | */ |
Michal Simek | 12e8414 | 2009-03-27 14:25:12 +0100 | [diff] [blame] | 14 | #ifndef _ASM_MICROBLAZE_PROM_H |
| 15 | #define _ASM_MICROBLAZE_PROM_H |
John Williams | 909964e | 2009-06-22 14:02:09 +1000 | [diff] [blame] | 16 | |
Rob Herring | 5c9f303 | 2013-09-07 14:05:10 -0500 | [diff] [blame] | 17 | #include <linux/of.h> |
Michal Simek | 12e8414 | 2009-03-27 14:25:12 +0100 | [diff] [blame] | 18 | |
Michal Simek | 12e8414 | 2009-03-27 14:25:12 +0100 | [diff] [blame] | 19 | /* Other Prototypes */ |
Michal Simek | 2aa8e37 | 2011-04-14 11:48:43 +0200 | [diff] [blame] | 20 | enum early_consoles { |
| 21 | UARTLITE = 1, |
| 22 | UART16550 = 2, |
| 23 | }; |
| 24 | |
| 25 | extern int of_early_console(void *version); |
Michal Simek | 12e8414 | 2009-03-27 14:25:12 +0100 | [diff] [blame] | 26 | |
Michal Simek | 12e8414 | 2009-03-27 14:25:12 +0100 | [diff] [blame] | 27 | #endif /* _ASM_MICROBLAZE_PROM_H */ |