/alps/bar_resolve

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/bar_resolve
1 by Suren A. Chilingaryan
Test application for resolving user-space BAR addresses
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 */