summaryrefslogtreecommitdiffstats
path: root/src/cameras/ipe.h
blob: 15ebdea33f8f95bf3b066bdcb457812db4260741 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __UNIFIED_CAMERA_ACCESS_IPE_H
#define __UNIFIED_CAMERA_ACCESS_IPE_H

struct uca_camera_t;
struct uca_grabber_t;

uint32_t uca_ipe_init(struct uca_camera_t **uca, struct uca_grabber_t *grabber);

#endif