blob: 63194d03cb2db1a1f9eb19795a203496a72b51c3 [file] [log] [blame]
Matt Domsch05843962009-11-02 11:51:24 -06001#ifndef __ACPI_HEST_H
2#define __ACPI_HEST_H
3
4#include <linux/pci.h>
5
6#ifdef CONFIG_ACPI
7extern int acpi_hest_firmware_first_pci(struct pci_dev *pci);
8#else
9static inline int acpi_hest_firmware_first_pci(struct pci_dev *pci) { return 0; }
10#endif
11
12#endif