metag: Device tree
[profile/ivi/kernel-adaptation-intel-automotive.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 #include <asm/setup.h>
18 #define HAVE_ARCH_DEVTREE_FIXUPS
19
20 extern struct machine_desc *setup_machine_fdt(void *dt);
21 extern void metag_dt_memblock_reserve(void);
22
23 #endif /* __ASM_METAG_PROM_H */