/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 protocols/default.h

  • Committer: Suren A. Chilingaryan
  • Date: 2015-10-19 13:58:46 UTC
  • Revision ID: csa@suren.me-20151019135846-nz3f6iobifx06xvq
Support computed (property-based) registers

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef _PCILIB_DEFAULT_H
2
 
#define _PCILIB_DEFAULT_H
 
1
#ifndef _PCILIB_PROTOCOL_DEFAULT_H
 
2
#define _PCILIB_PROTOCOL_DEFAULT_H
3
3
 
4
4
#include "pcilib.h"
5
5
#include "version.h"
13
13
    { PCILIB_VERSION, NULL, NULL, pcilib_default_read, pcilib_default_write };
14
14
#endif /* _PCILIB_EXPORT_C */
15
15
 
16
 
#endif /* _PCILIB_DEFAULT_H */
 
16
#endif /* _PCILIB_PROTOCOL_DEFAULT_H */