lineage_kernel_xcoverpro/lib/libdss-include/linux/version.h

3 lines
97 B
C
Raw Permalink Normal View History

2023-06-18 22:53:49 +00:00
#define LINUX_VERSION_CODE 263174
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))