diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2015-11-18 03:25:02 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2015-11-18 03:25:02 +0100 |
commit | ca7353be486a0364a3460b511291a40182f130ba (patch) | |
tree | 1505293794cbe29fdeb6341bbe699c52dd39f8aa /protocols/property.h | |
parent | ec667d49f84c45c261f050313d64f89ce88e4302 (diff) | |
download | pcitool-ca7353be486a0364a3460b511291a40182f130ba.tar.gz pcitool-ca7353be486a0364a3460b511291a40182f130ba.tar.bz2 pcitool-ca7353be486a0364a3460b511291a40182f130ba.tar.xz pcitool-ca7353be486a0364a3460b511291a40182f130ba.zip |
Provide API calls for register and bank address resolution
Diffstat (limited to 'protocols/property.h')
-rw-r--r-- | protocols/property.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/property.h b/protocols/property.h index 3d3eb63..7f9b0db 100644 --- a/protocols/property.h +++ b/protocols/property.h @@ -10,7 +10,7 @@ int pcilib_property_registers_write(pcilib_t *ctx, pcilib_register_bank_context_ #ifdef _PCILIB_EXPORT_C const pcilib_register_protocol_api_description_t pcilib_property_protocol_api = - { PCILIB_VERSION, NULL, NULL, pcilib_property_registers_read, pcilib_property_registers_write }; + { PCILIB_VERSION, NULL, NULL, NULL, pcilib_property_registers_read, pcilib_property_registers_write }; #endif /* _PCILIB_EXPORT_C */ #endif /* _PCILIB_PROTOCOL_PROPERTY_H */ |