Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_exynos9820
/
419c434c35614609fd0c79d335c134bf4b88b30b
/
.
/
include
/
asm-x86
/
device.h
blob: 87a715367a1b11a9db24d569682d22f780352be7 [
file
] [
log
] [
blame
]
#ifndef
_ASM_X86_DEVICE_H
#define
_ASM_X86_DEVICE_H
struct
dev_archdata
{
#ifdef
CONFIG_ACPI
void
*
acpi_handle
;
#endif
#ifdef
CONFIG_DMAR
void
*
iommu
;
/* hook for IOMMU specific extension */
#endif
};
#endif
/* _ASM_X86_DEVICE_H */