/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/property.h

  • Committer: Suren A. Chilingaryan
  • Date: 2015-11-18 02:25:02 UTC
  • Revision ID: csa@suren.me-20151118022502-2yu6oagexn3048jq
Provide API calls for register and bank address resolution

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
#ifdef _PCILIB_EXPORT_C
12
12
const pcilib_register_protocol_api_description_t pcilib_property_protocol_api =
13
 
    { PCILIB_VERSION, NULL, NULL, pcilib_property_registers_read, pcilib_property_registers_write };
 
13
    { PCILIB_VERSION, NULL, NULL, NULL, pcilib_property_registers_read, pcilib_property_registers_write };
14
14
#endif /* _PCILIB_EXPORT_C */
15
15
 
16
16
#endif /* _PCILIB_PROTOCOL_PROPERTY_H */