Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
firmware.c
Go to the documentation of this file.
1 /*
2  * Extracted from cputable.c
3  *
4  * Copyright (C) 2001 Ben. Herrenschmidt ([email protected])
5  *
6  * Modifications for ppc64:
7  * Copyright (C) 2003 Dave Engebretsen <[email protected]>
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 
16 #include <linux/export.h>
17 #include <linux/cache.h>
18 
19 #include <asm/firmware.h>
20 
21 unsigned long powerpc_firmware_features __read_mostly;
22 EXPORT_SYMBOL_GPL(powerpc_firmware_features);