summaryrefslogtreecommitdiffstats
path: root/src/cameras/uca_pco.h
blob: 240e6750bed6a8346efbdb9fadf273a48be39099 (plain)
1
2
3
4
5
6
7
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