Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dapi_public.h22 #define API_SIG_MAGIC "UBootAPI" macro
/rk3399_rockchip-uboot/examples/api/
H A Dglue.c58 if (!memcmp(sp, API_SIG_MAGIC, API_SIG_MAGLEN)) { in api_search_sig()
/rk3399_rockchip-uboot/api/
H A Dapi.c668 memcpy(sig->magic, API_SIG_MAGIC, 8); in api_init()