summaryrefslogtreecommitdiffstats
path: root/src/cameras/pf.h
blob: c5d4918a97c04e5ab6a88cb4f402184f2b7566e5 (plain)
1
2
3
4
5
6
#ifndef __UNIFIED_CAMERA_ACCESS_PHOTON_H
#define __UNIFIED_CAMERA_ACCESS_PHOTON_H

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

#endif