]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/metag/include/asm/prom.h
d4be144a86136d5a67318e4b6a2394b101bb0ae5
[karo-tx-linux.git] / arch / metag / include / asm / prom.h
1 /*
2  *  arch/metag/include/asm/prom.h
3  *
4  *  Copyright (C) 2012 Imagination Technologies Ltd.
5  *
6  *  Based on ARM version:
7  *  Copyright (C) 2009 Canonical Ltd. <jeremy.kerr@canonical.com>
8  *
9  * This program is free software; you can redistribute it and/or modify
10  * it under the terms of the GNU General Public License version 2 as
11  * published by the Free Software Foundation.
12  *
13  */
14 #ifndef __ASM_METAG_PROM_H
15 #define __ASM_METAG_PROM_H
16
17
18 extern void copy_fdt(void);
19
20 #endif /* __ASM_METAG_PROM_H */