/alps/bar_resolve

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/bar_resolve

« back to all changes in this revision

Viewing changes to rdma.h

  • Committer: Suren A. Chilingaryan
  • Date: 2016-03-02 19:01:33 UTC
  • Revision ID: csa@suren.me-20160302190133-2suzxss2vze5ao54
Finalyze the sample

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef _PCIDRIVER_RDMA_H
2
 
#define _PCIDRIVER_RDMA_H
3
 
 
4
 
#include <linux/mm.h>
5
 
#include <linux/pagemap.h>
6
 
 
7
 
extern unsigned long pcidriver_resolve_bar(unsigned long address);
8
 
 
9
 
#endif /* _PCIDRIVER_RDMA_H */