Merge branch 'vhost-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mst...
[deliverable/linux.git] / arch / powerpc / kernel / firmware.c
CommitLineData
8d15a3e5 1/*
8d15a3e5
SR
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
d0160bf0 16#include <linux/module.h>
8d15a3e5
SR
17
18#include <asm/firmware.h>
19
0b9612c2 20unsigned long powerpc_firmware_features __read_mostly;
d0160bf0 21EXPORT_SYMBOL_GPL(powerpc_firmware_features);
This page took 0.485278 seconds and 5 git commands to generate.