summaryrefslogtreecommitdiffstats
path: root/src/cameras/pco.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cameras/pco.h')
-rw-r--r--src/cameras/pco.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/cameras/pco.h b/src/cameras/pco.h
new file mode 100644
index 0000000..240e675
--- /dev/null
+++ b/src/cameras/pco.h
@@ -0,0 +1,8 @@
+#ifndef __UNIFIED_CAMERA_ACCESS_PCO_H
+#define __UNIFIED_CAMERA_ACCESS_PCO_H
+
+struct uca_camera_t;
+
+uint32_t uca_pco_init(struct uca_camera_t **uca);
+
+#endif