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

struct uca_t;

uint8_t uca_pco_init(struct uca_t *uca);

#endif