Home
last modified time | relevance | path

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

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