summaryrefslogtreecommitdiffstats
path: root/src/cameras/ipe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cameras/ipe.h')
-rw-r--r--src/cameras/ipe.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/cameras/ipe.h b/src/cameras/ipe.h
new file mode 100644
index 0000000..15ebdea
--- /dev/null
+++ b/src/cameras/ipe.h
@@ -0,0 +1,9 @@
+#ifndef __UNIFIED_CAMERA_ACCESS_IPE_H
+#define __UNIFIED_CAMERA_ACCESS_IPE_H
+
+struct uca_camera_t;
+struct uca_grabber_t;
+
+uint32_t uca_ipe_init(struct uca_camera_t **uca, struct uca_grabber_t *grabber);
+
+#endif