Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/storvsc/
H A Dhv_vstorage.h39 #define VMSTOR_PROTOCOL_MAJOR(VERSION_) (((VERSION_) >> 8) & 0xff) argument
40 #define VMSTOR_PROTOCOL_MINOR(VERSION_) (((VERSION_) ) & 0xff) argument