repo.or.cz
/
linux-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
omap iommu: Make CONFIG_OMAP_IOMMU_DEBUG selectable
[linux-2.6.git]
/
include
/
acpi
/
acpi_hest.h
blob
63194d03cb2db1a1f9eb19795a203496a72b51c3
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