Stephen Rothwell | 8d15a3e | 2005-08-03 14:40:16 +1000 | [diff] [blame] | 1 | /* |
Stephen Rothwell | 8d15a3e | 2005-08-03 14:40:16 +1000 | [diff] [blame] | 2 | * Extracted from cputable.c |
| 3 | * |
| 4 | * Copyright (C) 2001 Ben. Herrenschmidt (benh@kernel.crashing.org) |
| 5 | * |
| 6 | * Modifications for ppc64: |
| 7 | * Copyright (C) 2003 Dave Engebretsen <engebret@us.ibm.com> |
| 8 | * Copyright (C) 2005 Stephen Rothwell, IBM Corporation |
| 9 | * |
| 10 | * This program is free software; you can redistribute it and/or |
| 11 | * modify it under the terms of the GNU General Public License |
| 12 | * as published by the Free Software Foundation; either version |
| 13 | * 2 of the License, or (at your option) any later version. |
| 14 | */ |
| 15 | |
Michael Ellerman | d0160bf | 2006-03-27 14:26:25 +1100 | [diff] [blame] | 16 | #include <linux/module.h> |
Stephen Rothwell | 8d15a3e | 2005-08-03 14:40:16 +1000 | [diff] [blame] | 17 | |
| 18 | #include <asm/firmware.h> |
| 19 | |
Anton Blanchard | 0b9612c | 2010-02-07 13:07:36 +0000 | [diff] [blame] | 20 | unsigned long powerpc_firmware_features __read_mostly; |
Michael Ellerman | d0160bf | 2006-03-27 14:26:25 +1100 | [diff] [blame] | 21 | EXPORT_SYMBOL_GPL(powerpc_firmware_features); |