#ifndef __LIBCAMERA_C_SIGNAL__
#define __LIBCAMERA_C_SIGNAL__
#include <stdint.h>
#ifdef __cplusplus
struct libcamera_callback_handle {};
extern "C" {
#endif
typedef struct libcamera_callback_handle libcamera_callback_handle_t;
#ifdef __cplusplus
}
#endif
#endif