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

  • Committer: Suren A. Chilingaryan
  • Date: 2015-09-10 03:08:04 UTC
  • mfrom: (277.2.17 test_xml)
  • Revision ID: csa@suren.me-20150910030804-djti3wcmk4yubhp7
Initial integration of XML support

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
typedef uint64_t pcilib_timeout_t;              /**< In microseconds */
24
24
typedef unsigned int pcilib_irq_hw_source_t;
25
25
typedef uint32_t pcilib_irq_source_t;
 
26
typedef struct _xmlNode pcilib_xml_node_t;
26
27
 
27
28
typedef enum {
28
29
    PCILIB_LOG_DEBUG = 0,                       /**< Debug messages will be always printed as they should be filtered based on setting of corresponding environmental variable */