x86, mrst: Add platform timer info parsing code
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / x86 / include / asm / mrst.h
blobfa144f2dd256521e70a2503dd6ea5ddbe2a5d54f
1 /*
2 * mrst.h: Intel Moorestown platform specific setup code
4 * (C) Copyright 2009 Intel Corporation
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.
11 #ifndef _ASM_X86_MRST_H
12 #define _ASM_X86_MRST_H
13 extern int pci_mrst_init(void);
15 #define SFI_MTMR_MAX_NUM 8
17 #endif /* _ASM_X86_MRST_H */