blob: 4aeda78b53ec5bcbe43656d184e2bfeddf913dae (
plain)
1
2
3
4
5
6
7
8
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 */
|