Jacob Pan | af2730f | 2010-02-12 10:31:47 -0800 | [diff] [blame^] | 1 | /* |
2 | * mrst.h: Intel Moorestown platform specific setup code | ||||
3 | * | ||||
4 | * (C) Copyright 2009 Intel Corporation | ||||
5 | * | ||||
6 | * This program is free software; you can redistribute it and/or | ||||
7 | * modify it under the terms of the GNU General Public License | ||||
8 | * as published by the Free Software Foundation; version 2 | ||||
9 | * of the License. | ||||
10 | */ | ||||
11 | #ifndef _ASM_X86_MRST_H | ||||
12 | #define _ASM_X86_MRST_H | ||||
13 | extern int pci_mrst_init(void); | ||||
14 | |||||
15 | #endif /* _ASM_X86_MRST_H */ |