summaryrefslogtreecommitdiffstats
path: root/driver/rdma.h
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2016-03-02 15:34:01 +0100
committerSuren A. Chilingaryan <csa@suren.me>2016-03-02 15:34:01 +0100
commiteb88dc19b8729fea5dc740e80f6f9d44791570fe (patch)
tree7a41161ba917f4fd858a23823846bf418c9012dd /driver/rdma.h
parent867bddcf7be374221a04b7ae89f93a5f5d703ee6 (diff)
downloadpcitool-eb88dc19b8729fea5dc740e80f6f9d44791570fe.tar.gz
pcitool-eb88dc19b8729fea5dc740e80f6f9d44791570fe.tar.bz2
pcitool-eb88dc19b8729fea5dc740e80f6f9d44791570fe.tar.xz
pcitool-eb88dc19b8729fea5dc740e80f6f9d44791570fe.zip
Resolution of the user-space BAR addresses
Diffstat (limited to 'driver/rdma.h')
-rw-r--r--driver/rdma.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/driver/rdma.h b/driver/rdma.h
index 4aeda78..cfe9c83 100644
--- a/driver/rdma.h
+++ b/driver/rdma.h
@@ -1,9 +1,6 @@
#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 */