/alps/ipecamera

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/ipecamera

« back to all changes in this revision

Viewing changes to model.c

  • Committer: Suren A. Chilingaryan
  • Date: 2015-08-05 19:18:05 UTC
  • Revision ID: csa@suren.me-20150805191805-jvjyydc9951awsr5
Serialize access to CMOSIS registers

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
 
16
16
static const pcilib_register_protocol_api_description_t ipecamera_cmosis_protocol_api =
17
 
    { IPECAMERA_VERSION, NULL, NULL, ipecamera_cmosis_read, ipecamera_cmosis_write };
 
17
    { IPECAMERA_VERSION, ipecamera_cmosis_open, ipecamera_cmosis_close, ipecamera_cmosis_read, ipecamera_cmosis_write };
18
18
 
19
19
/*
20
20
static const pcilib_dma_description_t ipecamera_dma =