/alps/bar_resolve

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/bar_resolve
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 */