Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Ddlmalloc.c42 typedef struct GmListElement GmListElement; typedef
44 struct GmListElement struct
46 GmListElement* next; argument
50 static GmListElement* head = 0; argument