summaryrefslogtreecommitdiffstats
path: root/model.h
diff options
context:
space:
mode:
Diffstat (limited to 'model.h')
-rw-r--r--model.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/model.h b/model.h
index 3984bdc..9f3be2d 100644
--- a/model.h
+++ b/model.h
@@ -13,6 +13,9 @@
#define IPECAMERA_CMOSIS_REGISTER_WRITE (IPECAMERA_REGISTER_SPACE + 0)
#define IPECAMERA_CMOSIS_REGISTER_READ (IPECAMERA_REGISTER_SPACE + 16)
+extern const pcilib_register_description_t cmosis_registers[];
+extern const pcilib_register_description_t cmosis20000_registers[];
+
const pcilib_model_description_t *pcilib_get_event_model(pcilib_t *pcilib, unsigned short vendor_id, unsigned short device_id, const char *model);
#endif /* _IPECAMERA_MODEL_H */