Files
One-KVM/libs/v4l2r/v4l2r_wrapper.h
2026-05-23 02:36:40 +00:00

11 lines
213 B
C

#ifdef __ANDROID__
#include <stddef.h>
#include <stdint.h>
#include <sys/types.h>
#endif
#include <linux/videodev2.h>
#define MARK_FIX_753(name) const unsigned long int Fix753_##name = name;
#include "fix753.h"