Searched defs:KERNEL_VERSION (Results 1 – 5 of 5) sorted by relevance
2 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
37 KERNEL_VERSION ?= $(shell uname -r) macro
383 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
29 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
384 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro