summaryrefslogtreecommitdiffstats
path: root/src/cameras/pco.h
blob: 194ea6c9c980cef0d351c3a49c29af09757be6d4 (plain)
1
2
3
4
5
6
#ifndef __UNIFIED_CAMERA_ACCESS_PCO_H
#define __UNIFIED_CAMERA_ACCESS_PCO_H

uint32_t uca_pco_init(struct uca_camera_priv **uca, struct uca_grabber_priv *grabber);

#endif