Robert Richter | 831d991 | 2007-09-03 10:17:39 +0200 | [diff] [blame] | 1 | /* |
| 2 | * Internal declarations for shared x86 setup code. |
| 3 | * |
| 4 | * Copyright (c) 2008 Advanced Micro Devices, Inc. |
| 5 | * Contributed by Robert Richter <robert.richter@amd.com> |
| 6 | * |
| 7 | * This program is free software; you can redistribute it and/or |
| 8 | * modify it under the terms of version 2 of the GNU General Public |
| 9 | * License as published by the Free Software Foundation. |
| 10 | * |
| 11 | * This program is distributed in the hope that it will be useful, |
| 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 14 | * General Public License for more details. |
| 15 | * |
| 16 | * You should have received a copy of the GNU General Public License |
| 17 | * along with this program; if not, write to the Free Software |
| 18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA |
| 19 | * 02111-1307 USA |
| 20 | */ |
| 21 | |
| 22 | #ifndef _ARCH_X86_KERNEL_SETUP_H |
| 23 | |
| 24 | extern void __cpuinit amd_enable_pci_ext_cfg(struct cpuinfo_x86 *c); |
| 25 | |
| 26 | #endif /* _ARCH_X86_KERNEL_SETUP_H */ |