Merge tag 'asoc-fix-v4.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
[linux-2.6-block.git] / arch / microblaze / include / asm / prom.h
CommitLineData
12e84142
MS
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 */
12e84142
MS
14#ifndef _ASM_MICROBLAZE_PROM_H
15#define _ASM_MICROBLAZE_PROM_H
909964ec 16
5c9f303e 17#include <linux/of.h>
12e84142 18
12e84142 19/* Other Prototypes */
2aa8e375
MS
20enum early_consoles {
21 UARTLITE = 1,
22 UART16550 = 2,
23};
24
25extern int of_early_console(void *version);
12e84142 26
12e84142 27#endif /* _ASM_MICROBLAZE_PROM_H */