summaryrefslogtreecommitdiffstats
path: root/src/cameras/pco.h
blob: d8c2b0739ce2a4bfa29e9dce7c4ca737678d7e28 (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 **uca, struct uca_grabber *grabber);

#endif