summaryrefslogtreecommitdiffstats
path: root/arch/efi/include/asm/dma.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/efi/include/asm/dma.h')
-rw-r--r--arch/efi/include/asm/dma.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/efi/include/asm/dma.h b/arch/efi/include/asm/dma.h
new file mode 100644
index 0000000000..459536779e
--- /dev/null
+++ b/arch/efi/include/asm/dma.h
@@ -0,0 +1,13 @@
+/*
+ * Copyright (C) 2012 by Marc Kleine-Budde <mkl@pengutronix.de>
+ *
+ * This file is released under the GPLv2
+ *
+ */
+
+#ifndef __ASM_DMA_H
+#define __ASM_DMA_H
+
+/* empty*/
+
+#endif /* __ASM_DMA_H */