blob: 68b3f1d573bdea76980adec82bcc4b53a08aad34 [file] [log] [blame]
Marc Jones8ae8c882007-12-19 01:32:08 +00001/*
Stefan Reinauer7e61e452008-01-18 10:35:56 +00002 * This file is part of the coreboot project.
Marc Jones8ae8c882007-12-19 01:32:08 +00003 *
4 * Copyright (C) 2007 Advanced Micro Devices, Inc.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 2 of the License.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
Marc Jones8ae8c882007-12-19 01:32:08 +000014 */
15
16#ifndef NORTHBRIDGE_AMD_AMDFAM10_H
17#define NORTHBRIDGE_AMD_AMDFAM10_H
18
Stefan Reinauer30634322010-04-09 13:35:03 +000019u32 amdfam10_scan_root_bus(device_t root, u32 max);
Myles Watsonad894c52010-04-30 17:11:03 +000020void get_pci1234(void);
Marc Jones8ae8c882007-12-19 01:32:08 +000021
22#endif /* NORTHBRIDGE_AMD_AMDFAM10_H */