/*1* Extracted from cputable.c2*3* Copyright (C) 2001 Ben. Herrenschmidt ([email protected])4*5* Modifications for ppc64:6* Copyright (C) 2003 Dave Engebretsen <[email protected]>7* Copyright (C) 2005 Stephen Rothwell, IBM Corporation8*9* This program is free software; you can redistribute it and/or10* modify it under the terms of the GNU General Public License11* as published by the Free Software Foundation; either version12* 2 of the License, or (at your option) any later version.13*/1415#include <linux/module.h>1617#include <asm/firmware.h>1819unsigned long powerpc_firmware_features __read_mostly;20EXPORT_SYMBOL_GPL(powerpc_firmware_features);212223