Fix the indent and whitespace to match LinuxBIOS standards
[coreboot.git] / src / northbridge / amd / lx / northbridge.h
1 /*
2 * This file is part of the LinuxBIOS project.
3 *
4 * Copyright (C) 2007 Advanced Micro Devices
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 version 2 as
8 * published by the Free Software Foundation.
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.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA      02110-1301 USA
18 */
19
20 #include <cpu/amd/lxdef.h>
21 #ifndef NORTHBRIDGE_AMD_LX_H
22 #define NORTHBRIDGE_AMD_LX_H
23
24 extern unsigned int lx_scan_root_bus(device_t root, unsigned int max);
25 int sizeram(void);
26
27 #endif                          /* NORTHBRIDGE_AMD_LX_H */