Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
5c80f1ae9842a8b7985acd0f02efb9828effb05f
/
.
/
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 */