Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6
[pandora-kernel.git] / include / acpi / acpi_hest.h
1 #ifndef __ACPI_HEST_H
2 #define __ACPI_HEST_H
3
4 #include <linux/pci.h>
5
6 #ifdef CONFIG_ACPI
7 extern int acpi_hest_firmware_first_pci(struct pci_dev *pci);
8 #else
9 static inline int acpi_hest_firmware_first_pci(struct pci_dev *pci) { return 0; }
10 #endif
11
12 #endif