Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / arch / sparc / include / asm / pci.h
diff --git a/kernel/arch/sparc/include/asm/pci.h b/kernel/arch/sparc/include/asm/pci.h
new file mode 100644 (file)
index 0000000..d9c031f
--- /dev/null
@@ -0,0 +1,11 @@
+#ifndef ___ASM_SPARC_PCI_H
+#define ___ASM_SPARC_PCI_H
+#if defined(__sparc__) && defined(__arch64__)
+#include <asm/pci_64.h>
+#else
+#include <asm/pci_32.h>
+#endif
+
+#include <asm-generic/pci-dma-compat.h>
+
+#endif