/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-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:
13
13
 
14
14
extern const pcilib_register_protocol_api_description_t pcilib_default_protocol_api;
15
15
 
 
16
extern const pcilib_register_bank_description_t pcilib_property_register_bank;
 
17
 
16
18
extern const pcilib_dma_description_t pcilib_ipedma;
17
19
extern const pcilib_dma_description_t pcilib_nwldma;
18
20