/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 ipecamera/image.c

  • Committer: root
  • Date: 2011-06-17 21:40:33 UTC
  • Revision ID: root@iss-tomyspiel-l-20110617214033-np5x6881odzlfgmg
Enumerate DMA engines

Show diffs side-by-side

added added

removed removed

Lines of Context:
160
160
        }
161
161
    }
162
162
    
163
 
    return (void*)ctx;
 
163
    return (pcilib_context_t*)ctx;
164
164
}
165
165
 
166
166
void ipecamera_free(pcilib_context_t *vctx) {