Home
last modified time | relevance | path

Searched refs:TOSTRING (Results 1 – 1 of 1) sorted by relevance

/trusty/kernel/lib/version/
Dversion.c27 #define TOSTRING(x) STRINGIFY(x) macro
30 #define VERSION_MINOR_STR "." TOSTRING(VERSION_MINOR)
36 #define VERSION_STR "Version: " TOSTRING(VERSION_MAJOR) VERSION_MINOR_STR ", "
42 #define BUILDID_STR "Build: " TOSTRING(BUILDID) ", "