mirror of
https://github.com/zerotier/edge.git
synced 2026-05-22 16:25:05 -07:00
3 lines
97 B
C
3 lines
97 B
C
#define LINUX_VERSION_CODE 266765
|
|
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
|