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

  • Committer: zilio nicolas
  • Date: 2015-09-07 08:35:48 UTC
  • mto: This revision was merged to the branch mainline in revision 303.
  • Revision ID: nicolas.zilio@kit.edu-20150907083548-wcckckjtm0l84hsw
further modifications

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
    pcilib_register_bank_context_t *bank_ctx[PCILIB_MAX_REGISTER_BANKS];                /**< Contexts for registers banks if required by register protocol */
74
74
    pcilib_dma_context_t *dma_ctx;                                                      /**< DMA context */
75
75
    pcilib_context_t *event_ctx;                                                        /**< Implmentation context */
76
 
    xmlNodePtr* xml_banks;                                                              /**<pointer to xml nodes of banks in the xml file*/
77
 
    xmlNodePtr* xml_registers;                                                     /**< pointer to xml nodes of registers in the xml file*/
78
 
  pcilib_xml_context_t* xml_context;                                                    /**< context to xml files*/
 
76
    pcilib_xml_context_t* xml_ctx;                                                    /**< context to xml files*/
79
77
 
80
78
    pcilib_lock_t *dma_rlock[PCILIB_MAX_DMA_ENGINES];                                   /**< Per-engine locks to serialize streaming and read operations */
81
79
    pcilib_lock_t *dma_wlock[PCILIB_MAX_DMA_ENGINES];                                   /**< Per-engine locks to serialize write operations */