mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-06-14 03:32:00 +08:00
11 lines
213 B
C
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"
|