/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-04-24 03:35:48 UTC
  • Revision ID: csa@suren.me-20150424033548-7xhacqq2s8s1t2fp
More structural changes to get ready for stand-alone event engines

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
int pcilib_default_write(pcilib_t *ctx, pcilib_register_bank_context_t *bank, pcilib_register_addr_t addr, pcilib_register_value_t value);
9
9
 
10
10
#ifdef _PCILIB_CONFIG_C
11
 
static pcilib_register_protocol_api_description_t pcilib_default_protocol_api =
 
11
const pcilib_register_protocol_api_description_t pcilib_default_protocol_api =
12
12
    { NULL, NULL, pcilib_default_read, pcilib_default_write };
13
13
#endif /* _PCILIB_CONFIG_C */
14
14