Searched defs:VERSION (Results 1 – 3 of 3) sorted by relevance
208 VERSION = $(shell cat $(SRC_PATH)/VERSION) macro
192 #define VERSION "qemu usb-redir guest " QEMU_VERSION macro
35 #define IPCOP_CALL(VERSION, OP) ((VERSION) << 16 | (OP)) argument