diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2015-10-22 15:57:59 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2015-10-22 15:57:59 +0200 |
commit | a0fe5cdea15bca52d3b101a88c11cb160ef08b2f (patch) | |
tree | e40e5d90ed013e33617931b049c5039e37a1f51f /pcilib/export.h | |
parent | ee18798c64c6e40433413b73bf07bbe027a9cc6e (diff) | |
download | pcitool-a0fe5cdea15bca52d3b101a88c11cb160ef08b2f.tar.gz pcitool-a0fe5cdea15bca52d3b101a88c11cb160ef08b2f.tar.bz2 pcitool-a0fe5cdea15bca52d3b101a88c11cb160ef08b2f.tar.xz pcitool-a0fe5cdea15bca52d3b101a88c11cb160ef08b2f.zip |
Documentation update
Diffstat (limited to 'pcilib/export.h')
-rw-r--r-- | pcilib/export.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pcilib/export.h b/pcilib/export.h index 7d3ff35..2046d71 100644 --- a/pcilib/export.h +++ b/pcilib/export.h @@ -8,7 +8,10 @@ extern const char *pcilib_data_types[]; -extern const pcilib_register_protocol_description_t pcilib_protocols[]; +extern const pcilib_register_protocol_description_t pcilib_standard_register_protocols[]; +extern const pcilib_register_bank_description_t pcilib_standard_register_banks[]; +extern const pcilib_register_description_t pcilib_standard_registers[]; + extern const pcilib_dma_description_t pcilib_dma[]; extern const pcilib_register_protocol_api_description_t pcilib_default_protocol_api; |