/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool
241 by Suren A. Chilingaryan
Further adjustments to get ready for independent event plugins
1
#ifndef _PCILIB_EXPORT_H
2
#define _PCILIB_EXPORT_H
236 by Suren A. Chilingaryan
Big redign of model structures
3
4
240 by Suren A. Chilingaryan
More structural changes to get ready for stand-alone event engines
5
#include <pcilib/register.h>
6
#include <pcilib/bank.h>
7
#include <pcilib/dma.h>
236 by Suren A. Chilingaryan
Big redign of model structures
8
309 by Suren A. Chilingaryan
Base functions for views
9
extern const char *pcilib_data_types[];
10
324 by Suren A. Chilingaryan
Documentation update
11
extern const pcilib_register_protocol_description_t pcilib_standard_register_protocols[];
12
extern const pcilib_register_bank_description_t pcilib_standard_register_banks[];
13
extern const pcilib_register_description_t pcilib_standard_registers[];
14
236 by Suren A. Chilingaryan
Big redign of model structures
15
extern const pcilib_dma_description_t pcilib_dma[];
16
240 by Suren A. Chilingaryan
More structural changes to get ready for stand-alone event engines
17
extern const pcilib_register_protocol_api_description_t pcilib_default_protocol_api;
236 by Suren A. Chilingaryan
Big redign of model structures
18
321 by Suren A. Chilingaryan
Support computed (property-based) registers
19
extern const pcilib_register_bank_description_t pcilib_property_register_bank;
20
240 by Suren A. Chilingaryan
More structural changes to get ready for stand-alone event engines
21
extern const pcilib_dma_description_t pcilib_ipedma;
22
extern const pcilib_dma_description_t pcilib_nwldma;
236 by Suren A. Chilingaryan
Big redign of model structures
23
241 by Suren A. Chilingaryan
Further adjustments to get ready for independent event plugins
24
#endif /* _PCILIB_EXPORT_H */