summaryrefslogtreecommitdiff
path: root/xen/include/asm-arm/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'xen/include/asm-arm/device.h')
-rw-r--r--xen/include/asm-arm/device.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/xen/include/asm-arm/device.h b/xen/include/asm-arm/device.h
index 9e47ca6362..ed043441ca 100644
--- a/xen/include/asm-arm/device.h
+++ b/xen/include/asm-arm/device.h
@@ -6,7 +6,8 @@
enum device_type
{
- DEVICE_SERIAL
+ DEVICE_SERIAL,
+ DEVICE_IOMMU,
};
struct device_desc {