summaryrefslogtreecommitdiffstats
path: root/src/cameras/uca_pco.h
blob: f2e71744182041cc2835246e1c771a9e2aaf143e (plain)
1
2
3
4
5
6
7
8
#ifndef __UNIFIED_CAMERA_ACCESS_PCO_H
#define __UNIFIED_CAMERA_ACCESS_PCO_H

struct uca_t;

int uca_pco_init(struct uca_t *uca);

#endif