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

  • Committer: Suren A. Chilingaryan
  • Date: 2015-07-22 03:22:59 UTC
  • Revision ID: csa@suren.me-20150722032259-66ns4zpolczr7h8p
Support registers of CMOSIS20000 camera

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
#define IPECAMERA_CMOSIS_REGISTER_WRITE         (IPECAMERA_REGISTER_SPACE + 0)
14
14
#define IPECAMERA_CMOSIS_REGISTER_READ          (IPECAMERA_REGISTER_SPACE + 16)
15
15
 
 
16
extern const pcilib_register_description_t cmosis_registers[];
 
17
extern const pcilib_register_description_t cmosis20000_registers[];
 
18
 
16
19
const pcilib_model_description_t *pcilib_get_event_model(pcilib_t *pcilib, unsigned short vendor_id, unsigned short device_id, const char *model);
17
20
 
18
21
#endif /* _IPECAMERA_MODEL_H */