Home
last modified time | relevance | path

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

/external/u-boot/include/
Dapi_public.h21 #define API_SIG_MAGIC "UBootAPI" macro
/external/u-boot/examples/api/
Dglue.c59 if (!memcmp(sp, API_SIG_MAGIC, API_SIG_MAGLEN)) { in api_search_sig()
/external/u-boot/api/
Dapi.c686 memcpy(sig->magic, API_SIG_MAGIC, 8); in api_init()