Home
last modified time | relevance | path

Searched defs:KERNEL_VERSION (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/lib/bpf/
H A Dbpf_helpers.h74 #define KERNEL_VERSION(a, b, c) (((a) << 16) + ((b) << 8) + ((c) > 255 ? 255 : (c))) macro
/openbmc/u-boot/include/linux/
H A Dcompat.h124 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro