blob: cc4a5e3f51f14bf2c3557e0971ab07d2d5c3e9f8 [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001// SPDX-License-Identifier: GPL-2.0-or-later
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00002/*
3 * Extracted from cputable.c
4 *
5 * Copyright (C) 2001 Ben. Herrenschmidt (benh@kernel.crashing.org)
6 *
7 * Modifications for ppc64:
8 * Copyright (C) 2003 Dave Engebretsen <engebret@us.ibm.com>
9 * Copyright (C) 2005 Stephen Rothwell, IBM Corporation
Andrew Scullb4b6d4a2019-01-02 15:54:55 +000010 */
11
12#include <linux/export.h>
13#include <linux/cache.h>
14
15#include <asm/firmware.h>
16
17unsigned long powerpc_firmware_features __read_mostly;
18EXPORT_SYMBOL_GPL(powerpc_firmware_features);