/alps/ipecamera

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/ipecamera

« back to all changes in this revision

Viewing changes to private.h

  • Committer: Suren A. Chilingaryan
  • Date: 2015-05-26 13:12:29 UTC
  • Revision ID: csa@suren.me-20150526131229-akkz4yj30i6sgzo6
Cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
    ipecamera_pixel_t *image;
127
127
    size_t size;
128
128
 
129
 
    pcilib_event_callback_t cb;
130
 
    void *cb_user;
131
 
 
132
129
    volatile pcilib_event_id_t event_id;
133
130
    volatile pcilib_event_id_t preproc_id;
134
131
    pcilib_event_id_t reported_id;
135
 
    
136
 
    pcilib_dma_engine_t rdma, wdma;
 
132
 
 
133
    pcilib_dma_engine_t rdma;
137
134
 
138
135
    pcilib_register_t control_reg, status_reg;
139
136
    pcilib_register_t status2_reg, status3_reg;