aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-ia64/swiotlb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-ia64/swiotlb.h')
-rw-r--r--include/asm-ia64/swiotlb.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/asm-ia64/swiotlb.h b/include/asm-ia64/swiotlb.h
new file mode 100644
index 000000000000..452c162dee4e
--- /dev/null
+++ b/include/asm-ia64/swiotlb.h
@@ -0,0 +1,9 @@
+#ifndef _ASM_SWIOTLB_H
+#define _ASM_SWIOTLB_H 1
+
+#include <asm/machvec.h>
+
+#define SWIOTLB_ARCH_NEED_LATE_INIT
+#define SWIOTLB_ARCH_NEED_ALLOC
+
+#endif /* _ASM_SWIOTLB_H */