/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-05-02 12:45:42 UTC
  • Revision ID: csa@suren.me-20150502124542-u57tbtwoix0qfhb8
Include version information in all API descriptions

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
typedef struct pcilib_s pcilib_t;
10
10
typedef struct pcilib_event_context_s pcilib_context_t;
11
11
 
 
12
typedef uint32_t pcilib_version_t;
 
13
 
12
14
typedef uint8_t pcilib_bar_t;                   /**< Type holding the PCI Bar number */
13
15
typedef uint16_t pcilib_register_t;             /**< Type holding the register position within the field listing registers in the model */
14
16
typedef uint32_t pcilib_register_addr_t;        /**< Type holding the register address within address-space of BARs */