rdma.h 202 B

123456789
  1. #ifndef _PCIDRIVER_RDMA_H
  2. #define _PCIDRIVER_RDMA_H
  3. #include <linux/mm.h>
  4. #include <linux/pagemap.h>
  5. extern unsigned long pcidriver_resolve_bar(unsigned long address);
  6. #endif /* _PCIDRIVER_RDMA_H */