Home
last modified time | relevance | path

Searched defs:api_signature (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/include/
H A Dapi_public.h24 struct api_signature { struct
25 char magic[API_SIG_MAGLEN]; /* magic string */
26 uint16_t version; /* API version */
27 uint32_t checksum; /* checksum of this sig struct */
28 scp_t syscall; /* entry point to the API */