aboutsummaryrefslogtreecommitdiff
path: root/src/arch/loong64/include/bits/pci_io.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/loong64/include/bits/pci_io.h')
-rw-r--r--src/arch/loong64/include/bits/pci_io.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/arch/loong64/include/bits/pci_io.h b/src/arch/loong64/include/bits/pci_io.h
new file mode 100644
index 0000000..fdc5141
--- /dev/null
+++ b/src/arch/loong64/include/bits/pci_io.h
@@ -0,0 +1,12 @@
+#ifndef _BITS_PCI_IO_H
+#define _BITS_PCI_IO_H
+
+/** @file
+ *
+ * LoongArch64-specific PCI I/O API implementations
+ *
+ */
+
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+
+#endif /* _BITS_PCI_IO_H */