/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 pcilib/export.h

  • Committer: Suren A. Chilingaryan
  • Date: 2015-04-26 23:54:44 UTC
  • Revision ID: csa@suren.me-20150426235444-l9kvuvvfb2ovg8h1
Further adjustments to get ready for independent event plugins

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef _PCILIB_CONFIG_H
2
 
#define _PCILIB_CONFIG_H
 
1
#ifndef _PCILIB_EXPORT_H
 
2
#define _PCILIB_EXPORT_H
3
3
 
4
4
 
5
5
#include <pcilib/register.h>
14
14
extern const pcilib_dma_description_t pcilib_ipedma;
15
15
extern const pcilib_dma_description_t pcilib_nwldma;
16
16
 
17
 
#endif /* _PCILIB_CONFIG_H */
 
17
#endif /* _PCILIB_EXPORT_H */