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

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

#endif