summaryrefslogtreecommitdiffstats
path: root/driver/rdma.h
diff options
context:
space:
mode:
Diffstat (limited to 'driver/rdma.h')
-rw-r--r--driver/rdma.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/driver/rdma.h b/driver/rdma.h
new file mode 100644
index 0000000..4aeda78
--- /dev/null
+++ b/driver/rdma.h
@@ -0,0 +1,9 @@
+#ifndef _PCIDRIVER_RDMA_H
+#define _PCIDRIVER_RDMA_H
+
+#include <linux/mm.h>
+#include <linux/pagemap.h>
+
+extern unsigned long pcidriver_resolve_bar(unsigned long address);
+
+#endif /* _PCIDRIVER_RDMA_H */