/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to driver/pcidriver.h

  • Committer: Suren A. Chilingaryan
  • Date: 2016-03-02 18:37:30 UTC
  • Revision ID: csa@suren.me-20160302183730-nlrgi7h3yuizcizc
Restructure driver headers

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef _PCIDRIVER_H
 
2
#define _PCIDRIVER_H
 
3
 
 
4
/**
 
5
 * Evaluates if the supplied user-space address is actually BAR mapping.
 
6
 * @param[in] address   - the user-space address
 
7
 * @return              - the hardware address of BAR or 0 if the \p address is not BAR mapping
 
8
 */
 
9
extern unsigned long pcidriver_resolve_bar(unsigned long address);
 
10
 
 
11
#endif /* _PCIDRIVER_H */
 
 
b'\\ No newline at end of file'