Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dapi_public.h20 #define API_SIG_VERSION 1 macro
/openbmc/u-boot/examples/api/
H A Ddemo.c42 if (sig->version > API_SIG_VERSION) in main()
/openbmc/u-boot/api/
H A Dapi.c668 sig->version = API_SIG_VERSION; in api_init()