Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirel...
[deliverable/linux.git] / arch / x86 / include / asm / mrst.h
CommitLineData
af2730f6
JP
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
13extern int pci_mrst_init(void);
cf089455 14int __init sfi_parse_mrtc(struct sfi_table_header *table);
af2730f6 15
16ab5395 16#define SFI_MTMR_MAX_NUM 8
cf089455 17#define SFI_MRTC_MAX 8
16ab5395 18
af2730f6 19#endif /* _ASM_X86_MRST_H */
This page took 0.095916 seconds and 5 git commands to generate.