Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
13cc20c5e764e6ef8d57f33980ab8c386c25fb4d
/
.
/
include
/
acpi
/
acpi_hest.h
blob: 63194d03cb2db1a1f9eb19795a203496a72b51c3 [
file
] [
log
] [
blame
]
#ifndef
__ACPI_HEST_H
#define
__ACPI_HEST_H
#include
<linux/pci.h>
#ifdef
CONFIG_ACPI
extern
int
acpi_hest_firmware_first_pci
(
struct
pci_dev
*
pci
);
#else
static
inline
int
acpi_hest_firmware_first_pci
(
struct
pci_dev
*
pci
)
{
return
0
;
}
#endif
#endif