Home
last modified time | relevance | path

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

/openbmc/libbej/src/
H A Dbej_decoder_core.c807 static bool bejIsSupported(uint32_t bejVersion) in bejIsSupported() argument
812 if (bejVersion == supportedBejVersions[i]) in bejIsSupported()
850 if (!bejIsSupported(pldmHeader->bejVersion)) in bejDecodePldmBlock()
853 pldmHeader->bejVersion); in bejDecodePldmBlock()
/openbmc/libbej/include/libbej/
H A Dbej_common.h163 uint32_t bejVersion; member