From f588f10b6fc6e452d42a66abc56028fe21cd56c2 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Mon, 28 Feb 2011 14:26:32 +0100 Subject: Prepare for frame grabber abstraction --- src/cameras/pco.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/cameras/pco.h (limited to 'src/cameras/pco.h') 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 -- cgit v1.2.3